mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build: increase test-std max rss
This commit is contained in:
parent
aac800ec65
commit
dc66f4384f
1 changed files with 2 additions and 2 deletions
|
|
@ -510,8 +510,8 @@ pub fn build(b: *std.Build) !void {
|
|||
.skip_non_native = skip_non_native,
|
||||
.skip_libc = skip_libc,
|
||||
.use_llvm = use_llvm,
|
||||
// I observed a value of 5136793600 on the M2 CI.
|
||||
.max_rss = 5368709120,
|
||||
// I observed a value of 5605064704 on the M2 CI.
|
||||
.max_rss = 6165571174,
|
||||
}));
|
||||
|
||||
const unit_tests_step = b.step("test-unit", "Run the compiler source unit tests");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue