aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-12-05 22:20:47 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-12-06 12:27:28 -0700
commitc58ebfb1e17c071e2f05c8e047b8c0bb7d23497f (patch)
tree32e0d8d15dc69f1a34d42183c529ba56070c7992
parent0f2a7d3b54c72a3750de110c047b24597b52c409 (diff)
downloadzig-c58ebfb1e17c071e2f05c8e047b8c0bb7d23497f.tar.gz
zig-c58ebfb1e17c071e2f05c8e047b8c0bb7d23497f.zip
CI: aarch64-macos tarball patch
I messed up the spelling of '-stack_size' making it '-stack' instead. Will need to fix on master branch. But let's test this here before making another master branch commit.
-rwxr-xr-xci/aarch64-macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/aarch64-macos.sh b/ci/aarch64-macos.sh
index 390ca498ec..337c2bfa8e 100755
--- a/ci/aarch64-macos.sh
+++ b/ci/aarch64-macos.sh
@@ -9,7 +9,7 @@ set -e
ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none"
MCPU="baseline"
-CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.534+b0b1cc356"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.534+b0b1cc356-1"
PREFIX="$HOME/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"