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

Remove explicit handling of manylinux platform tag #452

Merged
merged 1 commit into from Feb 24, 2021

Conversation

bwoodsend
Copy link
Collaborator

Not the most exciting pull request. Slightly simplify building wheels for Linux.

The manylinux docker images now have an $AUDITWHEEL_PLAT environment
variable baked into them which auditwheel detects automatically.
Therefore we no longer need to remind each image which image they are.

Just to prove that it still works: Here is a CI run.

The manylinux docker images now have an $AUDITWHEEL_PLAT environment
variable baked into them which auditwheel detects automatically.
Therefore we no longer need to remind each image which image they are.
@hugovk hugovk added the changelog: Changed For changes in existing functionality label Feb 24, 2021
@hugovk
Copy link
Member

hugovk commented Feb 24, 2021

Less config is good config, thanks!

@hugovk hugovk merged commit 27b82c8 into ultrajson:master Feb 24, 2021
@bwoodsend bwoodsend deleted the simplify-manylinux branch February 24, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Changed For changes in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants