From 2be72c719ec54cfef4a81b8ae9690ccbd61a95ea Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 15 Sep 2022 13:56:18 -0700 Subject: [PATCH] ci: azure: macos: use an unstripped debug zig tarball Hopefully will give us some insight into the spurious failures. Follow-up from afba53f0f168365a9540a8c8bb39e85a44e0249c. --- 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 a3f295985d..46decea885 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.4094+a86c7b13a" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4096+9f4408d68" PREFIX="$HOME/$CACHE_BASENAME" JOBS="-j2"