authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 20:54:21+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 20:54:21+01:00
log018da9662de319f6b5da45067179244c4630fd1f
tree72e9723da76ea865b72ba59dd6cebfb091e56c31
parent378b4d3d3a146cda844d63ec740142ca25061861
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump max_rss for test-std on riscv64-linux to 4_052_670_054


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
......@@ -597,7 +597,7 @@ pub fn build(b: *std.Build) !void {
597597 .aarch64 => 6_732_817_203,
598598 .loongarch64 => 3_216_349_593,
599599 .powerpc64le => 3_090_179_276,
600 .riscv64 => 3_570_899_763,
600 .riscv64 => 4_052_670_054,
601601 .s390x => 3_652_514_201,
602602 .x86_64 => 3_249_546_854,
603603 else => 6_800_000_000,