We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3539cad commit c4b7caaCopy full SHA for c4b7caa
ci/loongarch64-linux-debug.sh
@@ -44,7 +44,7 @@ unset CXX
44
ninja install
45
46
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
47
-stage3-debug/bin/zig build test \
+stage3-debug/bin/zig build test docs \
48
--maxrss 60129542144 \
49
-Dstatic-llvm \
50
-Dskip-non-native \
ci/loongarch64-linux-release.sh
-stage3-release/bin/zig build test \
+stage3-release/bin/zig build test docs \
0 commit comments