-
Notifications
You must be signed in to change notification settings - Fork 28
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
Building Linux wheels seems to be broken #113
Comments
Yeah, I've seen that before. IIRC the version of We should perhaps move on to the manylinux2010 image anyway (which still has this issue, but at least has a newer compiler). It will still generate manylinux1 tagged wheels if possible. |
This looks like pypa/auditwheel#102, filed in 2018, so how come we haven't seen this problem before now? |
The release of persistent 4.4.2 from August 2018 has manylinux wheels; the release of persistent 4.4.3 from the end of October 2018 (after the release of wheel which broke auditwheel) does not. So we have had the problem before, we just didn't notice. |
Should fix #113. We can't see if the fix works because wheels are built only for git tags.
See https://travis-ci.org/zopefoundation/persistent/builds/530228105
The text was updated successfully, but these errors were encountered: