CI: update tarballs to LLVM 19.1.0rc4

oops, I forgot to enable LLVM assertions though
This commit is contained in:
Andrew Kelley
2024-09-05 14:27:41 -07:00
parent a3a8a266ef
commit c234655e35
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.418+ebd9efa85"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1499+0006b56f4"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"