From c4b7caa52852a72b53205a167506eb480c26dadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 4 Oct 2025 21:02:43 +0200 Subject: [PATCH] ci: run the docs step on loongarch64-linux --- ci/loongarch64-linux-debug.sh | 2 +- ci/loongarch64-linux-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/loongarch64-linux-debug.sh b/ci/loongarch64-linux-debug.sh index 6db44599445829392c5573adc33e64ff50a9f076..aa5a390400de1dd0604c040be0772f76b9a94ef1 100755 --- a/ci/loongarch64-linux-debug.sh +++ b/ci/loongarch64-linux-debug.sh @@ -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 \ diff --git a/ci/loongarch64-linux-release.sh b/ci/loongarch64-linux-release.sh index 58cc46aee8c53f787c11b9dbf3f1ee124f9aaf81..e99d67423e9ce2fb5d2e206dd3e56ffc5d7568f2 100755 --- a/ci/loongarch64-linux-release.sh +++ b/ci/loongarch64-linux-release.sh @@ -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 \ -- 2.54.0