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

Fix CI failures by pining the ubuntu version for backend CI #3194

Merged
merged 3 commits into from
Jan 6, 2025

Conversation

shengquan-ni
Copy link
Collaborator

@shengquan-ni shengquan-ni commented Jan 6, 2025

The ubuntu-latest image has been updated to 24.04 from 22.04 in recent days. However, the new image is incompatible with libncurses5, requiring an upgrade to libncurses6. Unfortunately, after upgrading, sbt no longer functions as expected, an issue also documented here: actions/setup-java#712. It appears that the 24.04 image does not include sbt by default.

This PR addresses the issue by pinning the image to ubuntu-22.04. We can revisit and update the version when the 24.04 image becomes more stable and resolves these compatibility problems.

@shengquan-ni shengquan-ni changed the title Fix CI "Unable to locate libncurses5" Issue Fix CI failures by pining the ubuntu version for backend Jan 6, 2025
@shengquan-ni shengquan-ni self-assigned this Jan 6, 2025
@shengquan-ni shengquan-ni changed the title Fix CI failures by pining the ubuntu version for backend Fix CI failures by pining the ubuntu version for backend CI Jan 6, 2025
@shengquan-ni shengquan-ni merged commit 19644b4 into master Jan 6, 2025
8 checks passed
@shengquan-ni shengquan-ni deleted the shengquan-ni-patch-1 branch January 6, 2025 21:26
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