From afba53f0f168365a9540a8c8bb39e85a44e0249c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Sep 2022 19:16:02 -0700 Subject: [PATCH] CI: swap out azure macos tarball for unstripped ReleaseSafe Hopefully will give us some insight into the spurious failures. --- ci/azure/macos_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/macos_script b/ci/azure/macos_script index 64d8ad883f..a3f295985d 100755 --- a/ci/azure/macos_script +++ b/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"