mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build: bump test-libc max_rss to 2_496_066_355
This commit is contained in:
parent
c002b96f17
commit
4e806f2521
1 changed files with 1 additions and 2 deletions
|
|
@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.test_filters = test_filters,
|
||||
.test_target_filters = test_target_filters,
|
||||
.skip_wasm = skip_wasm,
|
||||
// Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
|
||||
.max_rss = 2253598720,
|
||||
.max_rss = 2_496_066_355,
|
||||
})) |test_libc_step| test_step.dependOn(test_libc_step);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue