summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-06-23 17:18:24 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-06-23 17:18:24 +0200
commit047294d712f630dbbef2bf4b0e802a962c566bc7 (patch)
treee55867541d007f63a3fd8f9c7c75aa829b666d9e /.gitlab-ci
parent864c9a0aac9c8d588f393f2f0fa9d438bd8baa10 (diff)
downloadgobject-introspection-047294d712f630dbbef2bf4b0e802a962c566bc7.tar.gz
ci: don't install glib for msys2
Since GI master most times depends on an unstable glib release we need to pull it in as a subproject anyway. Not installing a system glib makes sure we don't depend on it by accident.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 707313f9..ad3402b4 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -19,7 +19,6 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-meson \
mingw-w64-$MSYS2_ARCH-python3 \
mingw-w64-$MSYS2_ARCH-libffi \
- mingw-w64-$MSYS2_ARCH-glib2 \
mingw-w64-$MSYS2_ARCH-pkg-config \
mingw-w64-$MSYS2_ARCH-cairo \
mingw-w64-$MSYS2_ARCH-pcre \