authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-06 01:50:27+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-06 01:51:01+01:00
log1e616096d42fc793f463acd44b81489987a69934
tree2e3ee4f18660c7b85a2dc22f6329823eca88ff29
parent4ce7b57e86ca1d5e71100c6cab5c75aad929a430
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump test-zigc max_rss to 767_483_904 on x86_64-linux


1 files changed, 3 insertions(+), 3 deletions(-)

build.zig+3-3
...@@ -569,8 +569,8 @@ pub fn build(b: *std.Build) !void {...@@ -569,8 +569,8 @@ pub fn build(b: *std.Build) !void {
569 .loongarch64 => 598_974_464,569 .loongarch64 => 598_974_464,
570 .riscv64 => 382_786_764,570 .riscv64 => 382_786_764,
571 .s390x => 395_555_635,571 .s390x => 395_555_635,
572 .x86_64 => 692_348_518,572 .x86_64 => 767_483_904,
573 else => 700_000_000,573 else => 800_000_000,
574 },574 },
575 .macos => switch (b.graph.host.result.cpu.arch) {575 .macos => switch (b.graph.host.result.cpu.arch) {
576 .aarch64 => 451_389_030,576 .aarch64 => 451_389_030,
...@@ -580,7 +580,7 @@ pub fn build(b: *std.Build) !void {...@@ -580,7 +580,7 @@ pub fn build(b: *std.Build) !void {
580 .x86_64 => 367_747_072,580 .x86_64 => 367_747_072,
581 else => 400_000_000,581 else => 400_000_000,
582 },582 },
583 else => 700_000_000,583 else => 800_000_000,
584 },584 },
585 }));585 }));
586586