-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support arm7l, aarch64 architectures and manylinux2014 tag
The architecture, wheel names, and shared object names match what is specified in CPython and pip. arm7l and aarch64 are supported for Linux only. Target::from_target_triple() returns an Err on an unsupported OS and architecture combination. This allows building arm7l and aarch64 on manylinux1 and manylinux2010, which should not work in pip. Target::from_target_triple() could be expanded to error on this but that needs more refactoring than seems appropriate here.
- Loading branch information
Showing
5 changed files
with
134 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.