-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update Arm build host to Ubuntu 20.04 #7437
Conversation
Good call. That isn't the intention. This is probably the "what do we do when CentOS 7 goes EOL" come early topic. We likely need to target an older glibc. Right? |
Yes, RHEL 8 has glibc 2.28. |
Is there a recommended pattern on how to do that? Here are two examples:
|
Do we consider RHEL8 as "modern OS"?. If so, we could use it as base line. That would make it more similar to x64. |
We're in the process of switching (for .NET 7+) of using Mariner as our build host. That likely means that we'll need to acquire a foreign glibc to compile with, much like the Tensorflow model, but in a consistent container image, like the Python manylinux model. |
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.
As others have said, removing support for multiple OS's based on this quite recent glibc version is not desired.
@janvorli @jkotas @wfurt