Add musllinux wheels
Summary
- OS: Linux
- Bug fix: no
- Type: wheels
- Fixes: Add musllinux wheels
Description
Enable cibuildwheel's Musl wheel builder.
This enables pip install psutil on Alpine Linux without having to install a compiler, including on the minimal -alpine Python base Docker image.
This would be extremely handy, I hope it gets released soon.
This would be extremely handy, I hope it gets released soon.
I would too, but it seems the maintainers have something against musl but haven't articulated it anywhere that I can see. For example there's this 2 year old PR https://github.com/giampaolo/psutil/pull/2126
I've been repackaging each new psutil version for Musl using cibuildwheel and never ran into an issue with it. I just have an automated job that creates the wheels and pushes them to my local PyPI server.
AFAIR there were other PRs that tried to add this. I would look them up first, it seems like this is a duplicate of one of them.
@giampaolo Any news about this?