Skip to content

Commit 33041fd

Browse files
committed
ci: increase max rss for riscv64-linux back to 64G
1 parent 6e86910 commit 33041fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/riscv64-linux-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ninja install
5050

5151
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252
stage3-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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ninja install
5050

5151
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252
stage3-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 \

0 commit comments

Comments
 (0)