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

Fixing CI failures #856

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixing CI failures #856

wants to merge 2 commits into from

Conversation

smasato
Copy link
Contributor

@smasato smasato commented Oct 14, 2024

The ubuntu-latest now uses the Ubuntu-24.04 image.
actions/runner-images#10636

In the Ubuntu-24.04 image, libsqlite3-dev, which was installed in the Ubuntu 22.04 image, is no longer included.
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
Therefore, the installation of the sqlite3 gem fails.
It is necessary to explicitly install the libsqlite3-dev package.

Since jruby-9.4.5.0 and jruby-9.3.10.0 for Ubuntu-24.04 do not exist, it is necessary to update them accordingly.
https://github.com/ruby/ruby-builder/releases

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.

1 participant