mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
ci: increase max rss for riscv64-linux back to 64G
This commit is contained in:
parent
6e86910e19
commit
33041fdbe5
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ ninja install
|
|||
|
||||
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||
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 \
|
||||
--maxrss 34359738368 \
|
||||
--maxrss 68719476736 \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
-Dtarget=native-native-musl \
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ ninja install
|
|||
|
||||
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||
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 \
|
||||
--maxrss 34359738368 \
|
||||
--maxrss 68719476736 \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
-Dtarget=native-native-musl \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue