ci: azure: macos: use an unstripped debug zig tarball

Hopefully will give us some insight into the spurious failures.

Follow-up from afba53f0f1.
This commit is contained in:
Andrew Kelley 2022-09-15 13:56:18 -07:00
parent 9f4408d68b
commit 2be72c719e

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.4094+a86c7b13a" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4096+9f4408d68"
PREFIX="$HOME/$CACHE_BASENAME" PREFIX="$HOME/$CACHE_BASENAME"
JOBS="-j2" JOBS="-j2"