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

Wheels: Musllinux (Alpine) Support #1160

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Dec 20, 2021

Update our library_builders.sh to support dependency builds on the new PEP 656 musllinux standard.

The C++ compiler toolchain does not yet seem to work well: pypa/manylinux#1135 (comment) / pypa/manylinux#1242

Tested locally via:

$ docker run -v $PWD:/opt/build -it quay.io/pypa/musllinux_1_1_x86_64
> cd /opt/build
> ./library_builders.sh 

@ax3l ax3l changed the title [WIP] Wheels: Musllinux (Alpine) Support Wheels: Musllinux (Alpine) Support Jan 4, 2022
@ax3l ax3l marked this pull request as ready for review January 4, 2022 13:40
.travis.yml Outdated Show resolved Hide resolved
Update our `library_builders.sh` to support dependency builds on the
new PEP 656 `musllinux` standard.
@ax3l ax3l merged commit ddd9f73 into openPMD:wheels Jan 6, 2022
@ax3l ax3l deleted the wheels-musllinux branch January 6, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant