From 8980d5d22373e8893c0b0ec7fb61ad9c06309033 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 14 Apr 2024 05:27:16 +0900 Subject: [PATCH] GH-41167: [CI][Release][GLib][Conda] Pin gobject-introspection to 1.78.1 (#41181) ### Rationale for this change GObject Introspection is merging into GLib. It's not completed yet. GLib related `.gir` files are moved to GLib from GObject Introspection since GLib/GObject Introspection 2.80.0. But glib 2.80.0 conda package doesn't support this merge yet: https://github.com/conda-forge/glib-feedstock/pull/174 ### What changes are included in this PR? Pin gobject-introspection to 1.78.1 for now. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #41167 Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- dev/release/verify-release-candidate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 95be4800f7ffd..c07947f989b9a 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -833,7 +833,9 @@ test_glib() { show_header "Build and test C GLib libraries" # Build and test C GLib - maybe_setup_conda glib gobject-introspection meson ninja ruby + # We can unpin gobject-introspection after + # https://github.com/conda-forge/glib-feedstock/pull/174 is merged. + maybe_setup_conda glib gobject-introspection=1.78.1 meson ninja ruby maybe_setup_virtualenv meson # Install bundler if doesn't exist