Skip to content

Commit

Permalink
apacheGH-41167: [CI][Release][GLib][Conda] Pin gobject-introspection …
Browse files Browse the repository at this point in the history
…to 1.78.1 (apache#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:  conda-forge/glib-feedstock#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: apache#41167

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and rok committed May 8, 2024
1 parent f01a957 commit 8980d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8980d5d

Please sign in to comment.