authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-17 14:12:05+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-17 14:12:05+02:00
log33041fdbe5fb0e10a0f18e1953343bf1fc2c4fc4
tree184500fd2658c5fdc9d27a3acdf4a2b41de7e28c
parent6e86910e194ccce076ee877a02b64e0762a270ab
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: increase max rss for riscv64-linux back to 64G


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

ci/riscv64-linux-debug.sh+1-1
......@@ -50,7 +50,7 @@ ninja install
5050
5151# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \
53 --maxrss 34359738368 \
53 --maxrss 68719476736 \
5454 -Dstatic-llvm \
5555 -Dskip-non-native \
5656 -Dtarget=native-native-musl \
ci/riscv64-linux-release.sh+1-1
......@@ -50,7 +50,7 @@ ninja install
5050
5151# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252stage3-release/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \
53 --maxrss 34359738368 \
53 --maxrss 68719476736 \
5454 -Dstatic-llvm \
5555 -Dskip-non-native \
5656 -Dtarget=native-native-musl \