mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build: bump test-c-abi max_rss to 2_389_779_251 on x86_64-linux
This commit is contained in:
parent
a6c22c5edb
commit
f9419c81cf
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.powerpc64le => 560_870_604,
|
||||
.riscv64 => 449_924_710,
|
||||
.s390x => 1_946_743_603,
|
||||
.x86_64 => 2_139_993_292,
|
||||
.x86_64 => 2_389_779_251,
|
||||
else => 2_200_000_000,
|
||||
},
|
||||
.macos => switch (b.graph.host.result.cpu.arch) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue