authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-30 22:07:09+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-30 22:08:05+02:00
log107eafe87ebc24b2e644857f445188ffdd7a4799
treef2873050bcff086a5ced11e95ef665dcd246c1e4
parentd813faaf0b37d02a337d1dd69556bbd11f37a3f6
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: fix --maxrss being passed to the wrong command in aarch64-macos-release


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

ci/aarch64-macos-release.sh+1-1
...@@ -47,6 +47,7 @@ ninja install...@@ -47,6 +47,7 @@ ninja install
47export ZIG_LIB_DIR="$PWD/../lib"47export ZIG_LIB_DIR="$PWD/../lib"
4848
49stage3-release/bin/zig build test docs \49stage3-release/bin/zig build test docs \
50 --maxrss ${ZSF_MAX_RSS:-0} \
50 -Denable-macos-sdk \51 -Denable-macos-sdk \
51 -Dstatic-llvm \52 -Dstatic-llvm \
52 -Dskip-spirv \53 -Dskip-spirv \
...@@ -65,7 +66,6 @@ stage3-release/bin/zig build test-std --fuzz=1K -Dno-lib -Dfuzz-only -Doptimize=...@@ -65,7 +66,6 @@ stage3-release/bin/zig build test-std --fuzz=1K -Dno-lib -Dfuzz-only -Doptimize=
6566
66# Ensure that stage3 and stage4 are byte-for-byte identical.67# Ensure that stage3 and stage4 are byte-for-byte identical.
67stage3-release/bin/zig build \68stage3-release/bin/zig build \
68 --maxrss ${ZSF_MAX_RSS:-0} \
69 --prefix stage4-release \69 --prefix stage4-release \
70 -Denable-llvm \70 -Denable-llvm \
71 -Dno-lib \71 -Dno-lib \