From 107eafe87ebc24b2e644857f445188ffdd7a4799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 30 Aug 2026 22:07:09 +0200 Subject: [PATCH] ci: fix --maxrss being passed to the wrong command in aarch64-macos-release --- ci/aarch64-macos-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/aarch64-macos-release.sh b/ci/aarch64-macos-release.sh index b1b431f257fd867bf2bacea31dc63dff3d4a3acb..8bebf1e3bcac0d5c70d9fac7dac8dee6c348363d 100755 --- a/ci/aarch64-macos-release.sh +++ b/ci/aarch64-macos-release.sh @@ -47,6 +47,7 @@ ninja install export ZIG_LIB_DIR="$PWD/../lib" stage3-release/bin/zig build test docs \ + --maxrss ${ZSF_MAX_RSS:-0} \ -Denable-macos-sdk \ -Dstatic-llvm \ -Dskip-spirv \ @@ -65,7 +66,6 @@ stage3-release/bin/zig build test-std --fuzz=1K -Dno-lib -Dfuzz-only -Doptimize= # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \ - --maxrss ${ZSF_MAX_RSS:-0} \ --prefix stage4-release \ -Denable-llvm \ -Dno-lib \ -- 2.54.0