commit be9649f4ea5a32fdb5b5ce6488a6ae7d30f3acb0 (tree)
parent 52ad126bb4720ff894e994ff890532e7fc7b3364
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 3 Dec 2025 00:24:58 +0100
ci: set a sensible maxrss in x86_64-windows scripts
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1
@@ -54,6 +54,7 @@ CheckLastExitCode
Write-Output "Main test suite..."
& "stage3-debug\bin\zig.exe" build test docs `
+ --maxrss 32212254720 `
--zig-lib-dir "$ZIG_LIB_DIR" `
--search-prefix "$PREFIX_PATH" `
-Dstatic-llvm `
diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1
@@ -54,6 +54,7 @@ CheckLastExitCode
Write-Output "Main test suite..."
& "stage3-release\bin\zig.exe" build test docs `
+ --maxrss 32212254720 `
--zig-lib-dir "$ZIG_LIB_DIR" `
--search-prefix "$PREFIX_PATH" `
-Dstatic-llvm `