mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build: bump libc-test max_rss from 1758181785 to 2253598720
This commit is contained in:
parent
5b060ef9d4
commit
8126e22756
1 changed files with 2 additions and 2 deletions
|
|
@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void {
|
|||
.optimize_modes = optimization_modes,
|
||||
.test_filters = test_filters,
|
||||
.test_target_filters = test_target_filters,
|
||||
// Highest RSS observed in any test case was exactly 1465151488 on x86_64-linux CI.
|
||||
.max_rss = 1758181785,
|
||||
// Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
|
||||
.max_rss = 2253598720,
|
||||
})) |test_libc_step| test_step.dependOn(test_libc_step);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue