-
Notifications
You must be signed in to change notification settings - Fork 147
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
Manylinux2010 Mark 2 #104
Manylinux2010 Mark 2 #104
Conversation
- Remove libpanel and libncurses from the lib_whitelist (#94) - Generate symbol_versions - Bump priority to 200.
test_manylinux uses an interim manylinux2 image stored on Docker Hub, and a fork of pip that understands the manylinux2 ABI tag.
Travis says the checks pass but I see three errors, all related to pypa/wheel#262. The only fix for this I've seen so far is people freezing wheel to |
The tests definitely failed, I'm not sure why the script is reporting an exit status of 0. Can you report a bug and I'll try to fix Travis later? |
This is needed because of pypa/wheel#262
Okay, I can open an issue (I have some experience with travis so I can try to fix it too). For now I'm enforcing that wheel version not go above 0.31.1 (pretty much anyone using auditwheel right now is doing this locally in their containers any way). |
Nvmnd, requirements.txt gets superseded by this https://github.com/pypa/auditwheel/blob/master/.travis.yml#L21 😢 |
Sounds good, lemme know if I can help with anything else. |
This PR is entirely the same as #92 and contains all the original commits from the original authors. All I've done is update the policy number as per the request of @ehashman. I'm not looking to step on any toes, and I certainly do not want to take credit for someone else's work, I just wanna help move this effort forward and do not know of a better way. Apologies for any (many?) mistakes.