| author | |
| committer | |
| log | 761857e3f9dae52b474b38bd2800b72e181745ee |
| tree | 9005bb57047d963a3067db2fc784c8b3964fa481 |
| parent | a00edbd52d03645366c165e860d9e0ab89caa2fc |
| signature |
https://github.com/ziglang/zig/issues/246632 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-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \ | 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 \ |
| 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-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \ | 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 \ |
| 53 | --maxrss 68719476736 \ | 53 | --maxrss 68719476736 \ |
| 54 | -Dstatic-llvm \ | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | 55 | -Dskip-non-native \ |