Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04 #39246

Closed
kou opened this issue Dec 16, 2023 · 0 comments · Fixed by #39247
Closed

[CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04 #39246

kou opened this issue Dec 16, 2023 · 0 comments · Fixed by #39247

Comments

@kou
Copy link
Member

kou commented Dec 16, 2023

Describe the enhancement requested

Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
The latest Bundler (2.5.0 or later) requires Ruby 3.0 or later.
So Ubuntu 20.04 based CI started failing:

https://github.com/apache/arrow/actions/runs/7213005824/job/19706399760#step:6:5631

 > [4/6] RUN (python3 -m pip install meson ||          python3 -m pip install --no-use-pep517 meson) &&     gem install --no-document bundler:
1.137 Collecting meson
1.154   Downloading meson-1.3.0-py3-none-any.whl (976 kB)
1.342 Installing collected packages: meson
1.949 Successfully installed meson-1.3.0
14.17 ERROR:  Error installing bundler:
14.17 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
14.17 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.0.0.

Component(s)

Continuous Integration, GLib, Ruby

kou added a commit to kou/arrow that referenced this issue Dec 16, 2023
kou added a commit to kou/arrow that referenced this issue Dec 16, 2023
kou added a commit that referenced this issue Dec 16, 2023
### Rationale for this change

Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.

### What changes are included in this PR?

Use Ubuntu 22.04 that ships Ruby 3.0.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #39246

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 15.0.0 milestone Dec 16, 2023
clayburn pushed a commit to clayburn/arrow that referenced this issue Jan 23, 2024
…9247)

### Rationale for this change

Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.

### What changes are included in this PR?

Use Ubuntu 22.04 that ships Ruby 3.0.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#39246

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…9247)

### Rationale for this change

Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.

### What changes are included in this PR?

Use Ubuntu 22.04 that ships Ruby 3.0.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#39246

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant