mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
build: bump max_rss for test-behavior on powerpc64le-linux to 627_431_833
This commit is contained in:
parent
7daf0b6f46
commit
6a1fecea67
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.linux => switch (b.graph.host.result.cpu.arch) {
|
||||
.aarch64 => 659_809_075,
|
||||
.loongarch64 => 598_902_374,
|
||||
.powerpc64le => 550_656_409,
|
||||
.powerpc64le => 627_431_833,
|
||||
.riscv64 => 827_043_430,
|
||||
.s390x => 580_596_121,
|
||||
.x86_64 => 3_290_894_745,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue