summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 19:08:36 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 20:10:58 +0200
commite69dc04a7f18aa97ae5330cd2df1beb4026486a0 (patch)
tree01c643eba40f849d5bfb66734fabab42015f2163 /.gitlab-ci
parentc1361f7a5a96366ccd20805b51259c233c805117 (diff)
downloadgtk+-e69dc04a7f18aa97ae5330cd2df1beb4026486a0.tar.gz
CI: clean up MSYS2 build dependencies
We only need a C compiler and not the whole toolchain, and gst-plugins-bad was split into libraries and plugins. pkg-config -> pkgconf. This should speed the CI setup up a bit.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 2f0f69da67..0929a6133c 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -15,9 +15,9 @@ pacman --noconfirm -Suy
pacman --noconfirm -S --needed \
base-devel \
git \
- mingw-w64-$MSYS2_ARCH-toolchain \
+ mingw-w64-$MSYS2_ARCH-cc \
mingw-w64-$MSYS2_ARCH-ccache \
- mingw-w64-$MSYS2_ARCH-pkg-config \
+ mingw-w64-$MSYS2_ARCH-pkgconf \
mingw-w64-$MSYS2_ARCH-gobject-introspection \
mingw-w64-$MSYS2_ARCH-meson \
mingw-w64-$MSYS2_ARCH-adwaita-icon-theme \
@@ -30,7 +30,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-libepoxy \
mingw-w64-$MSYS2_ARCH-pango \
mingw-w64-$MSYS2_ARCH-fribidi \
- mingw-w64-$MSYS2_ARCH-gst-plugins-bad \
+ mingw-w64-$MSYS2_ARCH-gst-plugins-bad-libs \
mingw-w64-$MSYS2_ARCH-shared-mime-info \
mingw-w64-$MSYS2_ARCH-python-gobject