authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-18 11:42:33+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-18 11:42:42+01:00
log6b77bb3f91cd75fbc0ee1f5f67c2e284b0d81efc
treeda942545f3515e0d468e49568604e4e5b4466135
parent0437decca9553e129dcc33a4b33164c9d2ce2db0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump test-compiler-rt max_rss to 978_463_129 on x86_64-linux


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

build.zig+1-1
...@@ -524,7 +524,7 @@ pub fn build(b: *std.Build) !void {...@@ -524,7 +524,7 @@ pub fn build(b: *std.Build) !void {
524 .powerpc64le => 597_897_625,524 .powerpc64le => 597_897_625,
525 .riscv64 => 636_429_516,525 .riscv64 => 636_429_516,
526 .s390x => 574_166_630,526 .s390x => 574_166_630,
527 .x86_64 => 868_445_388,527 .x86_64 => 978_463_129,
528 else => 900_000_000,528 else => 900_000_000,
529 },529 },
530 .macos => switch (b.graph.host.result.cpu.arch) {530 .macos => switch (b.graph.host.result.cpu.arch) {