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