aboutsummaryrefslogtreecommitdiff
path: root/ci/azure/macos_script
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-09-12 21:25:49 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-09-12 21:25:49 -0700
commit78729c4939eabe9cdfe85492ca2e2eb43fdc8d46 (patch)
treea71e245974c59f24d47e7bce4e6661e06990c826 /ci/azure/macos_script
parent2434cb6f06e7efacfa64a766a70adc47fd1cfdfe (diff)
downloadzig-78729c4939eabe9cdfe85492ca2e2eb43fdc8d46.tar.gz
zig-78729c4939eabe9cdfe85492ca2e2eb43fdc8d46.zip
update CI tarballs with libcxx fix
The main reason to update the CI tarballs is f79824f946995a050c261ee96a08e31ccf00a112 which fixes an issue that caused the CI to fail on all targets.
Diffstat (limited to 'ci/azure/macos_script')
-rwxr-xr-xci/azure/macos_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/macos_script b/ci/azure/macos_script
index f2bf1fdbdd..64d8ad883f 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.60+50aa139d1"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.61+9be8396b7"
PREFIX="$HOME/$CACHE_BASENAME"
JOBS="-j2"