| ... | @@ -1017,7 +1017,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { | ... | @@ -1017,7 +1017,6 @@ 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, | | |
| 1021 | }); | 1020 | }); |
| 1022 | compile_c.overrideZigLibDir("lib"); | 1021 | compile_c.overrideZigLibDir("lib"); |
| 1023 | compile_c.addCSourceFileSource(.{ | 1022 | compile_c.addCSourceFileSource(.{ |