[gtk/gtk-3-24: 1/2] CI: Disable building man pages in MSYS2 to work around docbook.xsl breakage



commit 09ec272d47fa60000d13fb54a1bc223adb3aaa4f
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Thu Feb 13 20:29:17 2020 +0100

    CI: Disable building man pages in MSYS2 to work around docbook.xsl breakage
    
    MSYS2 issue: https://github.com/msys2/MINGW-packages/issues/6194

 .gitlab-ci/test-msys2-meson.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 598e9bd414..921d0f5c59 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]