Skip to content

Commit 7e6aad8

Browse files
committed
chore(ci): Attempt to resolve apk conflict between openssl and libressl (by using the latter) 🤖
1 parent 0b2c636 commit 7e6aad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
stage: build
99
before_script:
1010
- 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
11+
- 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
1212
# - apk add libgit2 libgit2-dev
1313
script:
1414
- . ./build-dependencies.sh && make build

0 commit comments

Comments
 (0)