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

Downgrade Linux GLIBC requirement #6

Merged
merged 4 commits into from
Oct 19, 2024
Merged

Downgrade Linux GLIBC requirement #6

merged 4 commits into from
Oct 19, 2024

Conversation

pshenmic
Copy link
Owner

@pshenmic pshenmic commented Oct 19, 2024

Issue

Linux binaries is being built with Ubuntu 24.04 on a CI which has more recent glibc version, leading to this error when user execute a binary:

./platform-cli-gnu-arm64: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./platform-cli-gnu-arm64) 

The project has to be built on minimum OS version possible to ensure backward compatibility on older clients

Things done

  • Downgraded Linux runners to Ubuntu 20.04
  • Removed some unnecessary system requirements

@pshenmic pshenmic self-assigned this Oct 19, 2024
@pshenmic pshenmic merged commit d143b4a into master Oct 19, 2024
1 check 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.

1 participant