Revert "ci: Also build gobject-introspection in test-msys2.sh"

MSYS2 now has gobject-introspection 1.82.0

This reverts commit e6c26caf44c0e465b54ee6b31122ad86c7a71a1e.

Fixes #3464
This commit is contained in:
Luca Bacci 2024-09-19 22:01:37 +02:00
parent 58844c7919
commit a4f8525ce6
No known key found for this signature in database
GPG Key ID: 8E3C8D989C98883D

View File

@ -34,11 +34,6 @@ PATH="$(cygpath "$USERPROFILE")/.local/bin:$HOME/.local/bin:$PATH"
DIR="$(pwd)"
export PATH CFLAGS
mkdir -p gobject-introspection
git clone --branch "${GOBJECT_INTROSPECTION_TAG}" https://gitlab.gnome.org/GNOME/gobject-introspection.git gobject-introspection
meson gobject-introspection gobject-introspection/build --prefix "/c/msys64/${MSYSTEM}/usr"
meson install -C gobject-introspection/build
# FIXME: We cant use ${MESON_COMMON_OPTIONS} here because this script installs
# Meson 1.3. See the comment in .gitlab-ci.yml about the same problem on
# FreeBSD.