This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 23bece4e48 GH-41227: [CI][Release][GLib][Conda] Unpin 
gobject-introspection (#41228)
23bece4e48 is described below

commit 23bece4e4840758795f12db75ec919f91f21f006
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Tue Apr 16 13:50:00 2024 +0900

    GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)
    
    ### Rationale for this change
    
    Upstream problem https://github.com/conda-forge/glib-feedstock/pull/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 <k...@clear-code.com>
    Signed-off-by: Sutou Kouhei <k...@clear-code.com>
---
 dev/release/verify-release-candidate.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
index cf49751e6e..f18b18aaa9 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -831,9 +831,7 @@ test_glib() {
   show_header "Build and test C GLib libraries"
 
   # Build and test C GLib
-  # 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_conda glib gobject-introspection meson ninja ruby
   maybe_setup_virtualenv meson
 
   # Install bundler if doesn't exist

Reply via email to