update CI tarballs for LLVM 18

Also makes the windows CI scripts fetch the tarballs from the network if
not already on disk.
This commit is contained in:
Andrew Kelley
2024-04-29 15:01:40 -07:00
parent f6f0fefd8b
commit e07ad33f1d
11 changed files with 45 additions and 12 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.12.0-dev.203+d3bc1cfc4"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.69+c8b808826"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"