Skip to content

Commit b7187ad

Browse files
kouraulcd
authored andcommitted
GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)
### Rationale for this change Upstream problem conda-forge/glib-feedstock#174 has been fixed. ### What changes are included in this PR? Revert pinning. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #41227 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 9cb361c commit b7187ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,7 @@ test_glib() {
831831
show_header "Build and test C GLib libraries"
832832

833833
# Build and test C GLib
834-
# We can unpin gobject-introspection after
835-
# https://github.com/conda-forge/glib-feedstock/pull/174 is merged.
836-
maybe_setup_conda glib gobject-introspection=1.78.1 meson ninja ruby
834+
maybe_setup_conda glib gobject-introspection meson ninja ruby
837835
maybe_setup_virtualenv meson
838836

839837
# Install bundler if doesn't exist

0 commit comments

Comments
 (0)