| author | |
| committer | |
| log | 39644fb277fb13be474ac8e370b2beadeaa0e332 |
| tree | 67c582ec146a23df7b348fd56f9846a9c216b927 |
| parent | 1084590ec4939ed0aba5574eb835a07783301a8c |
This reverts commit c75e11bf6aa67f2ca62b9b6677d134592777bfec.
Caused this problem on some machines:
"this step declares an upper bound of 9126805504 bytes of memory,
exceeding the available 7515721728 bytes of memory".
Instead the next commit will disable std lib tests with the C backend on
Windows.1 files changed, 0 insertions(+), 1 deletions(-)
test/tests.zig-1| ... | ... | @@ -1017,7 +1017,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1017 | 1017 | .name = qualified_name, |
| 1018 | 1018 | .link_libc = test_target.link_libc, |
| 1019 | 1019 | .target = altered_target, |
| 1020 | .max_rss = if (mem.eql(u8, options.name, "std")) 9126805504 else 0, | |
| 1021 | 1020 | }); |
| 1022 | 1021 | compile_c.overrideZigLibDir("lib"); |
| 1023 | 1022 | compile_c.addCSourceFileSource(.{ |