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

@@ -9,7 +9,7 @@ set -e
ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.2441+eb19f73af"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4"
PREFIX="$HOME/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"