| author | |
| committer | |
| log | b671baee1aaed4e8ea7e289fd17fb8ee11ffaf65 |
| tree | d5a6ff1a140045249a01d3fa3726384b879b6d96 |
| parent | fc517bd01c8c60290e903e58f1f567b065ae72a0 |
| signature |
2 files changed, 2 insertions(+), 4 deletions(-)
ci/riscv64-linux-debug.sh+1-2| ... | ... | @@ -43,12 +43,11 @@ unset CXX |
| 43 | 43 | ninja install |
| 44 | 44 | |
| 45 | 45 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 46 | stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \ | |
| 46 | stage3-debug/bin/zig build test-modules test-c-abi \ | |
| 47 | 47 | --maxrss ${ZSF_MAX_RSS:-0} \ |
| 48 | 48 | -Dstatic-llvm \ |
| 49 | 49 | -Dskip-non-native \ |
| 50 | 50 | -Dskip-single-threaded \ |
| 51 | -Dskip-compile-errors \ | |
| 52 | 51 | -Dtarget=native-native-musl \ |
| 53 | 52 | --search-prefix "$PREFIX" \ |
| 54 | 53 | --zig-lib-dir "$PWD/../lib" \ |
ci/riscv64-linux-release.sh+1-2| ... | ... | @@ -43,12 +43,11 @@ unset CXX |
| 43 | 43 | ninja install |
| 44 | 44 | |
| 45 | 45 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 46 | stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \ | |
| 46 | stage3-release/bin/zig build test-modules test-c-abi \ | |
| 47 | 47 | --maxrss ${ZSF_MAX_RSS:-0} \ |
| 48 | 48 | -Dstatic-llvm \ |
| 49 | 49 | -Dskip-non-native \ |
| 50 | 50 | -Dskip-single-threaded \ |
| 51 | -Dskip-compile-errors \ | |
| 52 | 51 | -Dtarget=native-native-musl \ |
| 53 | 52 | --search-prefix "$PREFIX" \ |
| 54 | 53 | --zig-lib-dir "$PWD/../lib" \ |