Skip to content

Commit

Permalink
GH-41167: [CI][Release][GLib][Conda] Pin gobject-introspection to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 12, 2024
1 parent ec2d7cb commit 5480fd4
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 @@ -831,7 +831,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 5480fd4

Please sign in to comment.