| author | |
| committer | |
| log | 4e806f25210abd17f7092f40619b248e8b73def5 |
| tree | de3f6e726c72373e98c54bfaad757c19e4be9023 |
| parent | c002b96f178943375b9c454d88a911627a53759d |
| signature |
1 files changed, 1 insertions(+), 2 deletions(-)
build.zig+1-2| ... | ... | @@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void { |
| 717 | 717 | .test_filters = test_filters, |
| 718 | 718 | .test_target_filters = test_target_filters, |
| 719 | 719 | .skip_wasm = skip_wasm, |
| 720 | // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux. | |
| 721 | .max_rss = 2253598720, | |
| 720 | .max_rss = 2_496_066_355, | |
| 722 | 721 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 723 | 722 | } |
| 724 | 723 |