Merge branch 'ci-msys2-disable-man-pages' into 'gtk-3-24'

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

See merge request GNOME/gtk!1432
This commit is contained in:
Matthias Clasen 2020-02-13 20:37:11 +00:00
commit 88249f7077

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