Commit 2be72c719e

Andrew Kelley <andrew@ziglang.org>
2022-09-15 22:56:18
ci: azure: macos: use an unstripped debug zig tarball
Hopefully will give us some insight into the spurious failures. Follow-up from afba53f0f168365a9540a8c8bb39e85a44e0249c.
1 parent 9f4408d
Changed files (1)
ci
ci/azure/macos_script
@@ -9,7 +9,7 @@ ZIGDIR="$(pwd)"
 ARCH="x86_64"
 TARGET="$ARCH-macos-none"
 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"
 JOBS="-j2"