Skip to content

Commit df92193

Browse files
committed
ci: skip building docs on riscv64-linux
1 parent a35688b commit df92193

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-link test-stack-traces test-asm-link test-llvm-ir docs \
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 \
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-link test-stack-traces test-asm-link test-llvm-ir docs \
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 \
5353
--maxrss 68719476736 \
5454
-Dstatic-llvm \
5555
-Dskip-non-native \

0 commit comments

Comments
 (0)