Skip to content

Commit

Permalink
GH-44381: [Ruby][Release] Pin not only glib but also python on verifi…
Browse files Browse the repository at this point in the history
…cation 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]>
  • Loading branch information
raulcd committed Oct 12, 2024
1 parent 71bd117 commit 9812ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9812ab7

Please sign in to comment.