Skip to content

Commit

Permalink
fix(ci): Revert previous removal of llvm18-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 11, 2024
1 parent a98b7aa commit 48a7ad8
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 clang18-static llvm18-static zlib-static
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 48a7ad8

Please sign in to comment.