mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
CI: Do not install openssl-dev
It conflicts with libressl, which is needed for curl now.
This commit is contained in:
parent
de3a075500
commit
7bccaf9d25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user