| author | |
| committer | |
| log | 33041fdbe5fb0e10a0f18e1953343bf1fc2c4fc4 |
| tree | 184500fd2658c5fdc9d27a3acdf4a2b41de7e28c |
| parent | 6e86910e194ccce076ee877a02b64e0762a270ab |
| signature |
2 files changed, 2 insertions(+), 2 deletions(-)
ci/riscv64-linux-debug.sh+1-1| ... | @@ -50,7 +50,7 @@ ninja install | ... | @@ -50,7 +50,7 @@ ninja install |
| 50 | 50 | ||
| 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. | 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 52 | 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 \ | 52 | 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 \ |
| 54 | -Dstatic-llvm \ | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | 55 | -Dskip-non-native \ |
| 56 | -Dtarget=native-native-musl \ | 56 | -Dtarget=native-native-musl \ |
ci/riscv64-linux-release.sh+1-1| ... | @@ -50,7 +50,7 @@ ninja install | ... | @@ -50,7 +50,7 @@ ninja install |
| 50 | 50 | ||
| 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. | 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 52 | 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 \ | 52 | 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 \ |
| 54 | -Dstatic-llvm \ | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | 55 | -Dskip-non-native \ |
| 56 | -Dtarget=native-native-musl \ | 56 | -Dtarget=native-native-musl \ |