We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2c636 commit 7e6aad8Copy full SHA for 7e6aad8
.gitlab-ci.yml
@@ -8,7 +8,7 @@ build:
8
stage: build
9
before_script:
10
- apk update
11
- - apk add --no-cache gcc musl-dev libc-dev g++ alpine-sdk bash git go upx make cmake python3 openssl-dev curl libcurl curl-dev libgcrypt libgcrypt-dev libssh libssh-dev libssh2 libssh2-dev
+ - apk add --no-cache gcc musl-dev libc-dev g++ alpine-sdk bash git go upx make cmake python3 libressl-dev curl libcurl curl-dev libgcrypt libgcrypt-dev libssh libssh-dev libssh2 libssh2-dev
12
# - apk add libgit2 libgit2-dev
13
script:
14
- . ./build-dependencies.sh && make build
0 commit comments