Skip to content

Commit c4b7caa

Browse files
committed
ci: run the docs step on loongarch64-linux
1 parent 3539cad commit c4b7caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/loongarch64-linux-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unset CXX
4444
ninja install
4545

4646
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
47-
stage3-debug/bin/zig build test \
47+
stage3-debug/bin/zig build test docs \
4848
--maxrss 60129542144 \
4949
-Dstatic-llvm \
5050
-Dskip-non-native \

ci/loongarch64-linux-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unset CXX
4444
ninja install
4545

4646
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
47-
stage3-release/bin/zig build test \
47+
stage3-release/bin/zig build test docs \
4848
--maxrss 60129542144 \
4949
-Dstatic-llvm \
5050
-Dskip-non-native \

0 commit comments

Comments
 (0)