authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-15 02:35:56+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-15 02:36:46+02:00
log96ad898ab89388afd9c75eb296aeab6cbaf90611
treea9c6636d4f8fdd20432f1f402ebe19f47b6a910a
parenta885e8370a7c5b77381aae11e5761fef9cf5a08c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: skip some test steps on riscv64-linux

Specifically: * test-fmt * test-translate-c * test-run-translated-c * test-cli * test-incremental

2 files changed, 2 insertions(+), 2 deletions(-)

ci/riscv64-linux-debug.sh+1-1
......@@ -49,7 +49,7 @@ unset CXX
4949ninja install
5050
5151# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52stage3-debug/bin/zig build test docs \
52stage3-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 \
5353 --maxrss 34359738368 \
5454 -Dstatic-llvm \
5555 -Dskip-non-native \
ci/riscv64-linux-release.sh+1-1
......@@ -49,7 +49,7 @@ unset CXX
4949ninja install
5050
5151# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52stage3-release/bin/zig build test docs \
52stage3-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 \
5353 --maxrss 34359738368 \
5454 -Dstatic-llvm \
5555 -Dskip-non-native \