CI: swap out azure macos tarball for unstripped ReleaseSafe

Hopefully will give us some insight into the spurious failures.
This commit is contained in:
Andrew Kelley 2022-09-14 19:16:02 -07:00
parent a86c7b13a3
commit afba53f0f1

View File

@ -9,7 +9,7 @@ ZIGDIR="$(pwd)"
ARCH="x86_64" ARCH="x86_64"
TARGET="$ARCH-macos-none" TARGET="$ARCH-macos-none"
MCPU="baseline" MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.61+9be8396b7" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4094+a86c7b13a"
PREFIX="$HOME/$CACHE_BASENAME" PREFIX="$HOME/$CACHE_BASENAME"
JOBS="-j2" JOBS="-j2"