| author | |
| committer | |
| log | 01a2989fcc7ad504f9784d35d463d8a0e08d1ce1 |
| tree | 29f794e49a6932e78a1079d8dd0fd6c5b86b5e5d |
| parent | d97954a8ea1ecc48916f234a429e5cd6a2e38310 |
| signature |
2 files changed, 2 insertions(+), 2 deletions(-)
ci/riscv64-linux-debug.sh+1-1| ... | @@ -49,7 +49,7 @@ unset CXX | ... | @@ -49,7 +49,7 @@ unset CXX |
| 49 | ninja install | 49 | 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-c-abi test-stack-traces test-llvm-ir \ | 52 | stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \ |
| 53 | --maxrss 68719476736 \ | 53 | --maxrss 68719476736 \ |
| 54 | -Dstatic-llvm \ | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | 55 | -Dskip-non-native \ |
ci/riscv64-linux-release.sh+1-1| ... | @@ -49,7 +49,7 @@ unset CXX | ... | @@ -49,7 +49,7 @@ unset CXX |
| 49 | ninja install | 49 | 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-c-abi test-stack-traces test-llvm-ir \ | 52 | stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \ |
| 53 | --maxrss 68719476736 \ | 53 | --maxrss 68719476736 \ |
| 54 | -Dstatic-llvm \ | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | 55 | -Dskip-non-native \ |