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

Improve Linux build backwards compatibility #12

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

Nutcake
Copy link
Contributor

@Nutcake Nutcake commented Jan 25, 2024

This makes automated Linux builds use a lower glibc version by running the GitHub action inside a Debian buster container. The resulting binary requires at minimum GLIBCXX_3.4.21.

Closes #10.

@ProbablePrime
Copy link
Member

This is great, my only concern is that we don't have anywhere documented that the GLIB change occurred.

There's no build file change that shows this or configuration change etc. Could you add a comment to the workflow files that links here for future reference?

Comments in github workflow files are just # prefixed lines.

@ProbablePrime ProbablePrime self-requested a review January 25, 2024 22:40
@ProbablePrime ProbablePrime merged commit 7e664a3 into Yellow-Dog-Man:main Jan 25, 2024
2 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.

Use older version of glibc for Linux version
2 participants