mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
build: bump max_rss for test-behavior on powerpc64le-linux to 627_431_833
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user