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 {...@@ -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 => 767_483_904,572 .x86_64 => 871_883_161,
573 else => 800_000_000,573 else => 900_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 => 800_000_000,583 else => 900_000_000,
584 },584 },
585 }));585 }));
586586