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: Drop Ubuntu 20.04 and add Ubuntu 24.04 #1570

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

cmuellner
Copy link
Collaborator

We have build issues in Ubuntu 20.04 with QEMU, because of an outdated
host dependency (glib2 is 2.64.6 but >= 2.66 is required).

Ubuntu LTS releases have a standard support lifecycle of 5 years,
so Ubuntu 20.04 support will be ending in about 6 months.

This PR avoids further workarounds by replacing Ubuntu 20.04 by Ubuntu 24.04.

We are currently using Ubuntu 20.04, Ubuntu 22.04, and Ubuntu latest
as base images for our CI/CD builds.  This patch add Ubuntu 24.04 and
makes it the default for jobs where we only build on one OS.

Signed-off-by: Christoph Müllner <[email protected]>
We have build issues in Ubuntu 20.04 with QEMU, because of an outdated
host dependency (glib2 is 2.64.6 but >= 2.66 is required).

Ubuntu LTS releases have a standard support lifecycle of 5 years,
so Ubuntu 20.04 support will be ending in about 6 months.

Let's drop Ubuntu 20.04 support now, so we don't need a workaround
for the QEMU issue.

Signed-off-by: Christoph Müllner <[email protected]>
@pz9115
Copy link
Contributor

pz9115 commented Oct 10, 2024

LGTM, thanks!

@kito-cheng kito-cheng merged commit cbd3989 into riscv-collab:master Oct 10, 2024
20 checks passed
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.

3 participants