-
Notifications
You must be signed in to change notification settings - Fork 2
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
RHEL 7 support. #56
Comments
Thanks. I bigger priority is perparing for Python 3.13, not that it's in beta. There are some changes in Python 3.13...and we will also need to upgrade Twisted... It would help to have the 3.13 sooner and start fixing the issues It might take 3 months to have a public release with Python 3.13 |
Another possibility is building with |
thanks. for now, this remains low priority but it's good to know there are options |
For the record, yet another solution would be building statically against musl. As documented at #65. This would have the added benefit that the resulting Linux package would work on both musl and glibc Linux distros. Another issue that this would solve is the dependency for the |
I don't know what to say.... I think that we are ok for now with RHEL7 I don't know if musl static link is a good idea I think that this is low priority |
We can't build on RHEL 7 because of contamination with libs that are not installed on other distros, such as Ubuntu.
However, Amazon Linux 1 (2018.03) has the same
glibc
version as RHEL7: 2.17. More so, lately you can install gcc 7.x on Amazon 1, same version we use on Amazon Linux 2.Starting diff for building on an AMI 2018.03 container:
The text was updated successfully, but these errors were encountered: