CI: update all tarball URLs

These contain LLVM 17 as well as a fix to zig to add
`-fno-sanitize=function` to the clang command line.
This commit is contained in:
Andrew Kelley
2023-08-24 23:13:49 -07:00
parent 5d92cc8cf6
commit fe63d15d07
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.12.0-dev.193+0aa9b5d32"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"