| author | |
| committer | |
| log | 8126e22756a624d2a2e5233d45984823f0b4707f |
| tree | 74ee75ecaca360b3ee5cbeeb137aec5828e1caa3 |
| parent | 5b060ef9d4acab0a92891e83d354f1c8e8e658e5 |
| signature |
1 files changed, 2 insertions(+), 2 deletions(-)
build.zig+2-2| ... | ... | @@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void { |
| 615 | 615 | .optimize_modes = optimization_modes, |
| 616 | 616 | .test_filters = test_filters, |
| 617 | 617 | .test_target_filters = test_target_filters, |
| 618 | // Highest RSS observed in any test case was exactly 1465151488 on x86_64-linux CI. | |
| 619 | .max_rss = 1758181785, | |
| 618 | // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux. | |
| 619 | .max_rss = 2253598720, | |
| 620 | 620 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 621 | 621 | } |
| 622 | 622 |