mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
build: bump test-libc max_rss to 2_496_066_355
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user