Skip to content
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 manylinux detection to be robust to incompatible ABIs #221

Merged
merged 1 commit into from
Jan 2, 2020

Commits on Dec 19, 2019

  1. Update manylinux detection to be robust to incompatible ABIs

    `armv7l` machine overlaps multiple ABI (`armhf`, `armel`). The same goes for `i686` when running on `x86_64` kernel (`i686`, `x32`).
    This commit checks that ABI is compatible with the ones defined in PEP 513/571/599
    mayeut committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    dbb34d0 View commit details
    Browse the repository at this point in the history