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

@@ -9,7 +9,7 @@ set -e
ZIGDIR="$PWD"
TARGET="$ARCH-macos-none"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.130+98a30acad"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1499+0006b56f4"
PREFIX="$HOME/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"