ci: avoid building manpages on Fedora

It appears that xsltproc is not installed there. It is generally needed
for the docs build too, so as a crude CI heuristic, don't build anywhere
that docs are disabled.
This commit is contained in:
Eli Schwartz
2025-02-19 16:43:54 -05:00
committed by Íñigo Huguet
parent a11760ef39
commit fe62ce6a4b

View File

@@ -167,6 +167,7 @@ meson setup build \
-D libpsl=false \
-D vapi=false \
-D introspection=$_WITH_DOCS \
-D man=$_WITH_DOCS \
-D qt=false \
-D crypto=$_WITH_CRYPTO \
-D docs=$_WITH_DOCS \