authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-30 17:52:05+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-30 17:52:50+01:00
log8126e22756a624d2a2e5233d45984823f0b4707f
tree74ee75ecaca360b3ee5cbeeb137aec5828e1caa3
parent5b060ef9d4acab0a92891e83d354f1c8e8e658e5
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump libc-test max_rss from 1758181785 to 2253598720


1 files changed, 2 insertions(+), 2 deletions(-)

build.zig+2-2
...@@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void {...@@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void {
615 .optimize_modes = optimization_modes,615 .optimize_modes = optimization_modes,
616 .test_filters = test_filters,616 .test_filters = test_filters,
617 .test_target_filters = test_target_filters,617 .test_target_filters = test_target_filters,
618 // Highest RSS observed in any test case was exactly 1465151488 on x86_64-linux CI.618 // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
619 .max_rss = 1758181785,619 .max_rss = 2253598720,
620 })) |test_libc_step| test_step.dependOn(test_libc_step);620 })) |test_libc_step| test_step.dependOn(test_libc_step);
621}621}
622622