Skip to content

Revert x86_64-unknown-linux-gnu build runner from Ubuntu 22.04 to 20.04 #2845

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattaw
Copy link

@mattaw mattaw commented Apr 5, 2025

Sanity check:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Code changes

Very minor change to the Github workflow reverting the unnecessary upgrade of the Github built in runner for x86_64 from Ubuntu 20.04 to 22.04 in #2777.

This reduces the version of glibc required from 2.35 to 2.31, retoring compatibility with Redhat 9 & Ubuntu 20.04.

Fixes #2841 .

  • Are you doing the PR on the next branch?
  • Could be merged into next too

@@ -30,7 +30,7 @@ jobs:
include:
- os: windows-2022
target: x86_64-pc-windows-msvc
- os: ubuntu-22.04
- os: ubuntu-20.04
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20.04 runner is going to be removed by GH in 10 days, we can't go back to it

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.

Zola x0.20.0 compiled binary broken dependency with libm.so.6 from glibc-2.34
2 participants