authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-04 21:02:43+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-04 21:02:43+02:00
logc4b7caa52852a72b53205a167506eb480c26dadc
tree8e5731a90979313222bc0f655a19fdb4a2bdb39d
parent3539cad176779c2807ed72d88fd455f5de140575
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: run the docs step on loongarch64-linux


2 files changed, 2 insertions(+), 2 deletions(-)

ci/loongarch64-linux-debug.sh+1-1
......@@ -44,7 +44,7 @@ unset CXX
4444ninja install
4545
4646# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
47stage3-debug/bin/zig build test \
47stage3-debug/bin/zig build test docs \
4848 --maxrss 60129542144 \
4949 -Dstatic-llvm \
5050 -Dskip-non-native \
ci/loongarch64-linux-release.sh+1-1
......@@ -44,7 +44,7 @@ unset CXX
4444ninja install
4545
4646# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
47stage3-release/bin/zig build test \
47stage3-release/bin/zig build test docs \
4848 --maxrss 60129542144 \
4949 -Dstatic-llvm \
5050 -Dskip-non-native \