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

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Fixing CI failures #856

merged 2 commits into from
Nov 1, 2024

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

@smasato smasato mentioned this pull request Oct 14, 2024
@jkowens jkowens merged commit ed3e335 into zdennis:master Nov 1, 2024
20 checks passed
@smasato smasato deleted the fix-ci branch November 2, 2024 10:02
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.

2 participants