[gtk: 1/2] CI: Enable introspection again for the Windows build




commit 9601863569ffaab4090efb044f9fd51808a245f0
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Thu Oct 1 15:16:18 2020 +0200

    CI: Enable introspection again for the Windows build
    
    The underlying bug was fixed in glib and backported in MSYS2:
    https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1665

 .gitlab-ci/test-msys2.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index dfa8813240..d9bc637bdc 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -60,14 +60,12 @@ pkg-config --modversion pango
 ccache --zero-stats
 ccache --show-stats
 export CCACHE_DISABLE=true
-# FIXME: introspection disabled for now because of
-# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/340
 meson \
     -Dx11-backend=false \
     -Dwayland-backend=false \
     -Dwin32-backend=true \
     -Dvulkan=disabled \
-    -Dintrospection=disabled \
+    -Dintrospection=enabled \
     -Dgtk:werror=true \
     _build
 unset CCACHE_DISABLE


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