| ... | @@ -524,7 +524,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -524,7 +524,7 @@ pub fn build(b: *std.Build) !void { |
| 524 | .powerpc64le => 597_897_625, | 524 | .powerpc64le => 597_897_625, |
| 525 | .riscv64 => 636_429_516, | 525 | .riscv64 => 636_429_516, |
| 526 | .s390x => 574_166_630, | 526 | .s390x => 574_166_630, |
| 527 | .x86_64 => 868_445_388, | 527 | .x86_64 => 978_463_129, |
| 528 | else => 900_000_000, | 528 | else => 900_000_000, |
| 529 | }, | 529 | }, |
| 530 | .macos => switch (b.graph.host.result.cpu.arch) { | 530 | .macos => switch (b.graph.host.result.cpu.arch) { |