mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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:
parent
a885e8370a
commit
96ad898ab8
@ -49,7 +49,7 @@ unset CXX
|
||||
ninja install
|
||||
|
||||
# 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 \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
|
||||
@ -49,7 +49,7 @@ unset CXX
|
||||
ninja install
|
||||
|
||||
# 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 \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user