| ... | @@ -1017,6 +1017,7 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { | ... | @@ -1017,6 +1017,7 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1017 | .name = qualified_name, | 1017 | .name = qualified_name, |
| 1018 | .link_libc = test_target.link_libc, | 1018 | .link_libc = test_target.link_libc, |
| 1019 | .target = altered_target, | 1019 | .target = altered_target, |
| | 1020 | .max_rss = if (mem.eql(u8, options.name, "std")) 9126805504 else 0, |
| 1020 | }); | 1021 | }); |
| 1021 | compile_c.overrideZigLibDir("lib"); | 1022 | compile_c.overrideZigLibDir("lib"); |
| 1022 | compile_c.addCSourceFileSource(.{ | 1023 | compile_c.addCSourceFileSource(.{ |