From 5d96a58f1d02d162fdff3e0ef0d742ee1d5074a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 7 Dec 2025 11:27:35 +0100 Subject: [PATCH] build: bump test-compiler-rt max_rss to 868_445_388 on x86_64-linux --- build.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig b/build.zig index 7462fd058c4f813bb36eafeeb650ce4de463f9fc..7edbc689e0178ef210d8d56b0bfe7a8b1f9ab9b9 100644 --- a/build.zig +++ b/build.zig @@ -522,8 +522,8 @@ pub fn build(b: *std.Build) !void { .loongarch64 => 598_884_352, .riscv64 => 636_429_516, .s390x => 574_166_630, - .x86_64 => 764_861_644, - else => 800_000_000, + .x86_64 => 868_445_388, + else => 900_000_000, }, .macos => switch (b.graph.host.result.cpu.arch) { .aarch64 => 701_413_785, @@ -533,7 +533,7 @@ pub fn build(b: *std.Build) !void { .x86_64 => 536_414_208, else => 600_000_000, }, - else => 800_000_000, + else => 900_000_000, }, })); -- 2.54.0