Skip to content

Commit

Permalink
Pin glib to 2.80.5 in verification script
Browse files Browse the repository at this point in the history
This is a workaround for the issue reported in
#44268.
  • Loading branch information
amoeba committed Sep 30, 2024
1 parent 6ee74c2 commit 1f52672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ test_glib() {
show_header "Build and test C GLib libraries"

# Build and test C GLib
maybe_setup_conda glib gobject-introspection meson ninja ruby
maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja ruby
maybe_setup_virtualenv meson

# Install bundler if doesn't exist
Expand Down

0 comments on commit 1f52672

Please sign in to comment.