-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use manylinux2014
base image instead
#62
Conversation
Unfortunately it appears that i686 support will need to be dropped, since there doesn't seem to be a quick way to obtain i686 CentOS 7 clang binaries. I still think |
I think it is fine to drop i686 for bindings, if anyone needs them for such a specific case they can build bindings themselves. |
i don't think we should keep support for 32 bit x86. |
Ok done. The |
This pr uses the
manylinux2014
base image instead ofmanylinux_2_24
because the latter is EOL. Themanylinux_2_24
base image was chosen overmanylinux_2_28
because the latter doesn't have an i686 image.