ci: skip some test steps on riscv64-linux

Specifically:

* test-fmt
* test-translate-c
* test-run-translated-c
* test-cli
* test-incremental
This commit is contained in:
Alex Rønne Petersen 2025-07-15 02:35:56 +02:00
parent a885e8370a
commit 96ad898ab8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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