Skip to content

Commit 930c6ca

Browse files
committed
ci: don't run test-standalone on riscv64-linux
1 parent a0e5850 commit 930c6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/riscv64-linux-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ unset CXX
4949
ninja install
5050

5151
# 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-stack-traces test-asm-link test-llvm-ir \
52+
stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-asm-link test-llvm-ir \
5353
--maxrss 68719476736 \
5454
-Dstatic-llvm \
5555
-Dskip-non-native \

ci/riscv64-linux-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ unset CXX
4949
ninja install
5050

5151
# 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-stack-traces test-asm-link test-llvm-ir \
52+
stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-asm-link test-llvm-ir \
5353
--maxrss 68719476736 \
5454
-Dstatic-llvm \
5555
-Dskip-non-native \

0 commit comments

Comments
 (0)