Skip to content

Build the CLI on Ubuntu 20.04. #373

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

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

SamirTalwar
Copy link
Contributor

What

Downgrading Ubuntu from "latest" (22.04) to 20.04 means that it will also be supported on that version and all subsequent versions. Currently it fails to start on Ubuntu 20.04 because the version of glibc linked against is too new.

How

I have downgraded the Ubuntu runner we use for building the CLI from 22.04 to 20.04.

I have also fixed the Rust build cache to take the runner into account.

Downgrading Ubuntu from "latest" (22.04) to 20.04 means that it will
also be supported on that version and all subsequent versions. Currently
it fails to start on Ubuntu 20.04 because the version of glibc linked
against is too new.
@SamirTalwar SamirTalwar requested a review from a team March 21, 2024 09:49
@SamirTalwar SamirTalwar added this pull request to the merge queue Mar 21, 2024
Merged via the queue into main with commit 690dfe9 Mar 21, 2024
35 checks passed
@SamirTalwar SamirTalwar deleted the samirtalwar/build-cli-with-older-glibc branch March 21, 2024 10:45
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