authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-07 04:04:06+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-07 04:04:06+01:00
loga21d9408a3ab20d90b4f410695eb598387afd8d3
treeef79e8f29c05917fd8b0c3ed972fec4922f64239
parentb5ff96b4d2091a29c07671e814fa937d2902e9b9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump test-zigc max_rss to 871_883_161 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 {
569569 .loongarch64 => 598_974_464,
570570 .riscv64 => 382_786_764,
571571 .s390x => 395_555_635,
572 .x86_64 => 767_483_904,
573 else => 800_000_000,
572 .x86_64 => 871_883_161,
573 else => 900_000_000,
574574 },
575575 .macos => switch (b.graph.host.result.cpu.arch) {
576576 .aarch64 => 451_389_030,
......@@ -580,7 +580,7 @@ pub fn build(b: *std.Build) !void {
580580 .x86_64 => 367_747_072,
581581 else => 400_000_000,
582582 },
583 else => 800_000_000,
583 else => 900_000_000,
584584 },
585585 }));
586586