zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 6b77bb3f91cd75fbc0ee1f5f67c2e284b0d81efc (tree)
parent 0437decca9553e129dcc33a4b33164c9d2ce2db0
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 18 Dec 2025 11:42:33 +0100

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

Diffstat:
Mbuild.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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