CI: update tarballs

This time the LLVM builds have assertions enabled.

Also the zig builds support `-rtlib=none` for disabling compiler-rt.
This commit is contained in:
Andrew Kelley
2024-09-09 18:49:34 -07:00
parent bc278719d9
commit 0d7a9c4806
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.14.0-dev.1499+0006b56f4"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1504+3750468a4"
PREFIX="$HOME/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"