From 7bccaf9d25062c1458c6572f45e27137627a71d0 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Thu, 4 Apr 2019 09:44:42 +0200 Subject: [PATCH] CI: Do not install openssl-dev It conflicts with libressl, which is needed for curl now. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3998f0..ca0eda52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: before_script: - apk update - apk add musl-dev git make gcc automake autoconf libtool - - apk add curl-dev openssl-dev libogg-dev libvorbis-dev libxslt-dev libxml2-dev + - apk add curl-dev libogg-dev libvorbis-dev libxslt-dev libxml2-dev # Required for tests #- apk add curl ffmpeg # Create user to run tests