mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build: bump max_rss for C ABI tests on Windows
This commit is contained in:
parent
fcef9905ae
commit
b49dc5eb70
1 changed files with 1 additions and 4 deletions
|
|
@ -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,
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue