authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-05 22:20:47-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-06 12:27:28-07:00
logc58ebfb1e17c071e2f05c8e047b8c0bb7d23497f
tree32e0d8d15dc69f1a34d42183c529ba56070c7992
parent0f2a7d3b54c72a3750de110c047b24597b52c409

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.

1 files changed, 1 insertions(+), 1 deletions(-)

ci/aarch64-macos.sh+1-1
...@@ -9,7 +9,7 @@ set -e...@@ -9,7 +9,7 @@ set -e
9ZIGDIR="$(pwd)"9ZIGDIR="$(pwd)"
10TARGET="$ARCH-macos-none"10TARGET="$ARCH-macos-none"
11MCPU="baseline"11MCPU="baseline"
12CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.534+b0b1cc356"12CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.534+b0b1cc356-1"
13PREFIX="$HOME/$CACHE_BASENAME"13PREFIX="$HOME/$CACHE_BASENAME"
14ZIG="$PREFIX/bin/zig"14ZIG="$PREFIX/bin/zig"
1515