CI: Disable building man pages in MSYS2 to work around docbook.xsl breakage

MSYS2 issue: https://github.com/msys2/MINGW-packages/issues/6194
This commit is contained in:
Christoph Reiter
2020-02-13 20:29:17 +01:00
parent 30367521a8
commit 09ec272d47

View File

@@ -38,8 +38,9 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
ccache --zero-stats
ccache --show-stats
# man disabled due to https://github.com/msys2/MINGW-packages/issues/6194
meson \
-Dman=true \
-Dman=false \
-Dbroadway_backend=true \
_build