ci: run the docs step on loongarch64-linux

This commit is contained in:
Alex Rønne Petersen 2025-10-04 21:02:43 +02:00
parent 3539cad176
commit c4b7caa528
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,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 \
stage3-debug/bin/zig build test docs \
--maxrss 60129542144 \
-Dstatic-llvm \
-Dskip-non-native \

View File

@ -44,7 +44,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 \
stage3-release/bin/zig build test docs \
--maxrss 60129542144 \
-Dstatic-llvm \
-Dskip-non-native \