Skip to content

Commit

Permalink
fix(ci/musl): Install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 11, 2024
1 parent db8fd39 commit 0887c93
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-static
apk add build-base bash musl-dev clang 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 0887c93

Please sign in to comment.