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

GH-39246: [CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04 #39247

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

kou
Copy link
Member

@kou kou commented 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.

Copy link

⚠️ GitHub issue #39246 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Dec 16, 2023
@kou kou force-pushed the ci-glib-ubuntu-22.04 branch from bb0b6a2 to e0f91de Compare December 16, 2023 14:04
@kou
Copy link
Member Author

kou commented Dec 16, 2023

+1

@kou kou merged commit 132b1f7 into apache:main Dec 16, 2023
8 checks passed
@kou kou deleted the ci-glib-ubuntu-22.04 branch December 16, 2023 14:52
@kou kou removed the awaiting committer review Awaiting committer review label Dec 16, 2023
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 132b1f7.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request 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 pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04
1 participant