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

Add different manylinux and glibc variants to --python-platform #3222

Closed
charliermarsh opened this issue Apr 23, 2024 · 0 comments · Fixed by #3229
Closed

Add different manylinux and glibc variants to --python-platform #3222

charliermarsh opened this issue Apr 23, 2024 · 0 comments · Fixed by #3229
Assignees
Labels
enhancement New feature or improvement to existing functionality

Comments

@charliermarsh
Copy link
Member

charliermarsh commented Apr 23, 2024

See, e.g.: #3111 (comment)

@charliermarsh charliermarsh self-assigned this Apr 23, 2024
@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Apr 23, 2024
charliermarsh added a commit that referenced this issue Apr 24, 2024
## Summary

I initially implemented this by allowing arbitrary
`x86_64-manylinux_x_y`, but it makes the Clap, Serde, and Schemars
definitions more complicated, _and_ makes it harder for the user.
Ultimately, manylinux itself only provides images for 2_17 and 2_28, so
this seems like it should be sufficient.

Closes #3222.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant