Skip to content

Commit 9dc3748

Browse files
kourok
authored andcommitted
apacheGH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (apache#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: apache#41227 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent e56a85e commit 9dc3748

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/release/verify-release-candidate.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,7 @@ test_glib() {
833833
show_header "Build and test C GLib libraries"
834834

835835
# Build and test C GLib
836-
# We can unpin gobject-introspection after
837-
# https://github.com/conda-forge/glib-feedstock/pull/174 is merged.
838-
maybe_setup_conda glib gobject-introspection=1.78.1 meson ninja ruby
836+
maybe_setup_conda glib gobject-introspection meson ninja ruby
839837
maybe_setup_virtualenv meson
840838

841839
# Install bundler if doesn't exist

0 commit comments

Comments
 (0)