-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
build: remove glibc backcompat #9171
base: master
Are you sure you want to change the base?
Conversation
What about Ubuntu 18.04, what glibc version does it use? I know it's EOL but I think it's somewhat still used. |
|
Why is it needed for #8929 ? |
I went over this again and found that
We could build #8929 with However, with no supported Linux distributions using a glibc < 2.27 (or even < 2.31) by the time we branch from master it does not seem worthwhile to continue to fix and maintain the related depends patches and |
Thanks (no objection to the patch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR bumps the minimum required glibc version for release binaries to 2.27 from 2.17.
CentOS has been discontinued.