Commit 33041fdbe5
Changed files (2)
ci/riscv64-linux-debug.sh
@@ -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 \
ci/riscv64-linux-release.sh
@@ -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 \