Commit afba53f0f1

Andrew Kelley <andrew@ziglang.org>
2022-09-15 04:16:02
CI: swap out azure macos tarball for unstripped ReleaseSafe
Hopefully will give us some insight into the spurious failures.
1 parent a86c7b1
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.61+9be8396b7"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4094+a86c7b13a"
 PREFIX="$HOME/$CACHE_BASENAME"
 JOBS="-j2"