Skip to content

Commit

Permalink
fix(ci): Add zlib-static to dependencies for musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 8, 2024
1 parent f6fee0f commit bba5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alpine-linux-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This script is used by the CI!

apk update
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig llvm18-dev clang18-static llvm18-static zlib
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig llvm18-dev clang18-static llvm18-static zlib-static

0 comments on commit bba5795

Please sign in to comment.