authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-07 11:27:35+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-07 11:28:06+01:00
log5d96a58f1d02d162fdff3e0ef0d742ee1d5074a7
tree470bd2f54b3e8fa791000bedeb47598996192a9a
parentbf58a3bc082a7d305df082360ef93316d8c8dfd6
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump test-compiler-rt max_rss to 868_445_388 on x86_64-linux


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

build.zig+3-3
...@@ -522,8 +522,8 @@ pub fn build(b: *std.Build) !void {...@@ -522,8 +522,8 @@ pub fn build(b: *std.Build) !void {
522 .loongarch64 => 598_884_352,522 .loongarch64 => 598_884_352,
523 .riscv64 => 636_429_516,523 .riscv64 => 636_429_516,
524 .s390x => 574_166_630,524 .s390x => 574_166_630,
525 .x86_64 => 764_861_644,525 .x86_64 => 868_445_388,
526 else => 800_000_000,526 else => 900_000_000,
527 },527 },
528 .macos => switch (b.graph.host.result.cpu.arch) {528 .macos => switch (b.graph.host.result.cpu.arch) {
529 .aarch64 => 701_413_785,529 .aarch64 => 701_413_785,
...@@ -533,7 +533,7 @@ pub fn build(b: *std.Build) !void {...@@ -533,7 +533,7 @@ pub fn build(b: *std.Build) !void {
533 .x86_64 => 536_414_208,533 .x86_64 => 536_414_208,
534 else => 600_000_000,534 else => 600_000_000,
535 },535 },
536 else => 800_000_000,536 else => 900_000_000,
537 },537 },
538 }));538 }));
539539