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

brycemecum 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 998eca08e9 GH-44415: [Release][Ruby] Remove pins from glib section of 
release verification script (#44407)
998eca08e9 is described below

commit 998eca08e95762b105c6e066356936521f2e04f7
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Oct 14 20:40:14 2024 -0700

    GH-44415: [Release][Ruby] Remove pins from glib section of release 
verification script (#44407)
    
    ### Rationale for this change
    
    We can remove these pins now that 
https://github.com/conda-forge/glib-feedstock/issues/191 has been closed. I've 
tested on my own crossbow and will test here momentarily. This effectively 
reverts https://github.com/apache/arrow/pull/44270 and 
https://github.com/apache/arrow/issues/44268.
    
    ### What changes are included in this PR?
    
    Tweaks to release release verification script, specifically removing 
recently-added pins.
    
    ### Are these changes tested?
    
    Yes: 
https://github.com/amoeba/crossbow/actions/runs/11335070956/job/31522511285.
    
    ### Are there any user-facing changes?
    
    No.
    
    Closes #44415.
    * GitHub Issue: #44415
    
    Authored-by: Bryce Mecum <[email protected]>
    Signed-off-by: Bryce Mecum <[email protected]>
---
 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 178d8cd458..bf1f585581 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -775,9 +775,7 @@ test_glib() {
   show_header "Build and test C GLib libraries"
 
   # Build and test C GLib
-  # We can remove '==2.80.5' and 'python<3.13' once
-  # https://github.com/conda-forge/glib-feedstock/issues/191 is fixed.
-  maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja 
'python<3.13' ruby
+  maybe_setup_conda glib gobject-introspection meson ninja ruby
   maybe_setup_virtualenv meson
 
   # Install bundler if doesn't exist

Reply via email to