mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -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:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add musl-dev git make gcc automake autoconf libtool
|
- 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
|
# Required for tests
|
||||||
#- apk add curl ffmpeg
|
#- apk add curl ffmpeg
|
||||||
# Create user to run tests
|
# Create user to run tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user