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

Fix wheel builds on musllinux_1_2 containers #114

Open
nitzmahone opened this issue Aug 20, 2024 · 1 comment
Open

Fix wheel builds on musllinux_1_2 containers #114

nitzmahone opened this issue Aug 20, 2024 · 1 comment
Assignees
Milestone

Comments

@nitzmahone
Copy link
Member

The static wheel extension build is broken again under musllinux_1_2 - need to find a more stable configuration to smuggle through the right config to setuptools to ignore the packaged libffi headers/libs and always favor the one we built. Alpine makes that a bit of an extra challenge, since we can't reliably just remove the packaged ones without breaking busybox (and other tools), and its script-based ldconfig isn't usually capable enough to do what we need.

@nitzmahone
Copy link
Member Author

(we're currently forcing wheel builds to use musllinux_1_1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant