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

raulcd 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 5638169313 GH-44381: [Ruby][Release] Pin not only glib but also python 
on verification jobs (#44382)
5638169313 is described below

commit 5638169313ba09fff26f7dc11bce0f6ce3eefed4
Author: Raúl Cumplido <[email protected]>
AuthorDate: Sat Oct 12 12:16:45 2024 +0200

    GH-44381: [Ruby][Release] Pin not only glib but also python on verification 
jobs (#44382)
    
    ### Rationale for this change
    
    Verification job is currently failing for Ruby.
    
    ### What changes are included in this PR?
    
    We can't use Python 3.13 and `glib==2.80.5`. So we use old Python as a 
workaround.
    
    ### Are these changes tested?
    
    Via archery
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #44381
    
    Lead-authored-by: Sutou Kouhei <[email protected]>
    Co-authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/release/verify-release-candidate.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
index 4e55935254..178d8cd458 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -775,9 +775,9 @@ test_glib() {
   show_header "Build and test C GLib libraries"
 
   # Build and test C GLib
-  # We can remove '==2.80.5' once 
https://github.com/conda-forge/glib-feedstock/issues/191
-  # is fixed.
-  maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja ruby
+  # 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_virtualenv meson
 
   # Install bundler if doesn't exist

Reply via email to