Skip to content

Commit c1cdc38

Browse files
kouvibhatha
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 7a18b3f commit c1cdc38

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
@@ -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)