| author | |
| committer | |
| log | 5ae84696536ac184e6882f5c698b4a35e0e40d44 |
| tree | 41ba0e78d9c25c97fa5ff8d46a871dd0cc1fe0f4 |
| parent | 53d1282f0ca98f4be1431998ea9be4939b295c66 |
4 files changed, 0 insertions(+), 4 deletions(-)
ci/aarch64-macos-release.sh-1| ... | ... | @@ -46,7 +46,6 @@ $HOME/local/bin/ninja install |
| 46 | 46 | |
| 47 | 47 | stage3-release/bin/zig build test docs \ |
| 48 | 48 | --zig-lib-dir "$(pwd)/../lib" \ |
| 49 | --skip-oom-steps \ | |
| 50 | 49 | -Denable-macos-sdk \ |
| 51 | 50 | -Dstatic-llvm \ |
| 52 | 51 | -Dskip-non-native \ |
ci/x86_64-windows-debug.ps1-1| ... | ... | @@ -57,7 +57,6 @@ Write-Output "Main test suite..." |
| 57 | 57 | & "stage3-debug\bin\zig.exe" build test docs ` |
| 58 | 58 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 59 | 59 | --search-prefix "$PREFIX_PATH" ` |
| 60 | --skip-oom-steps ` | |
| 61 | 60 | -Dstatic-llvm ` |
| 62 | 61 | -Dskip-non-native ` |
| 63 | 62 | -Denable-symlinks-windows |
ci/x86_64-windows-release.ps1-1| ... | ... | @@ -57,7 +57,6 @@ Write-Output "Main test suite..." |
| 57 | 57 | & "stage3-release\bin\zig.exe" build test docs ` |
| 58 | 58 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 59 | 59 | --search-prefix "$PREFIX_PATH" ` |
| 60 | --skip-oom-steps ` | |
| 61 | 60 | -Dstatic-llvm ` |
| 62 | 61 | -Dskip-non-native ` |
| 63 | 62 | -Denable-symlinks-windows |
test/tests.zig-1| ... | ... | @@ -1052,7 +1052,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1052 | 1052 | .link_libc = test_target.link_libc, |
| 1053 | 1053 | .target = altered_target, |
| 1054 | 1054 | .zig_lib_dir = .{ .path = "lib" }, |
| 1055 | .max_rss = if (mem.eql(u8, options.name, "std")) 11199083316 else 0, | |
| 1056 | 1055 | }); |
| 1057 | 1056 | compile_c.addCSourceFile(.{ |
| 1058 | 1057 | .file = these_tests.getEmittedBin(), |