commit b49dc5eb70b804a2354a01bd60c686f0f2279f2d (tree)
parent fcef9905ae859601d085576012b81dc05f67c46f
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 4 Feb 2026 10:54:02 -0800
build: bump max_rss for C ABI tests on Windows
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/build.zig b/build.zig
@@ -625,10 +625,7 @@ pub fn build(b: *std.Build) !void {
.aarch64 => 1_813_612_134,
else => 1_900_000_000,
},
- .windows => switch (b.graph.host.result.cpu.arch) {
- .x86_64 => 386_287_616,
- else => 400_000_000,
- },
+ .windows => 400_000_000,
else => 2_200_000_000,
},
}));