| author | |
| committer | |
| log | be9649f4ea5a32fdb5b5ce6488a6ae7d30f3acb0 |
| tree | 1de0beeb5a058157b2703f6c8c3d3ee2ca1e1af1 |
| parent | 52ad126bb4720ff894e994ff890532e7fc7b3364 |
| signature |
2 files changed, 2 insertions(+), 0 deletions(-)
ci/x86_64-windows-debug.ps1+1| ... | ... | @@ -54,6 +54,7 @@ CheckLastExitCode |
| 54 | 54 | |
| 55 | 55 | Write-Output "Main test suite..." |
| 56 | 56 | & "stage3-debug\bin\zig.exe" build test docs ` |
| 57 | --maxrss 32212254720 ` | |
| 57 | 58 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 58 | 59 | --search-prefix "$PREFIX_PATH" ` |
| 59 | 60 | -Dstatic-llvm ` |
ci/x86_64-windows-release.ps1+1| ... | ... | @@ -54,6 +54,7 @@ CheckLastExitCode |
| 54 | 54 | |
| 55 | 55 | Write-Output "Main test suite..." |
| 56 | 56 | & "stage3-release\bin\zig.exe" build test docs ` |
| 57 | --maxrss 32212254720 ` | |
| 57 | 58 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 58 | 59 | --search-prefix "$PREFIX_PATH" ` |
| 59 | 60 | -Dstatic-llvm ` |