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

Build wheels for musl Linux (musllinux_1_1_x86_64) #476

Merged
merged 1 commit into from Sep 20, 2021

Commits on Sep 19, 2021

  1. Build wheels for musl Linux.

    PEP656 (wheels for musl Linux) as just been implemented. This means that we can
    now build wheels that will run on Alpine (a very popular and speedy base docker
    image) or OpenWRT (a tiny Linux distribution often used on embeded devices).
    
    Its design mirrors that of its glibc counterpart, the manylinux series, making
    it drop-in compatible with our existing manylinux setup.
    bwoodsend committed Sep 19, 2021
    Copy the full SHA
    1271461 View commit details
    Browse the repository at this point in the history