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(py): Build and publish arm64 wheels #1100

Merged
merged 10 commits into from
Oct 20, 2021
Merged

build(py): Build and publish arm64 wheels #1100

merged 10 commits into from
Oct 20, 2021

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Oct 19, 2021

This adds builds for macOS and Linux arm64 wheels. The linux wheels are practically still manylinux_2010 compliant, however we're not able to build them as easily since there's no Docker container for that upstream.

@jan-auer jan-auer requested a review from a team October 19, 2021 11:47
@jan-auer jan-auer self-assigned this Oct 19, 2021
@jan-auer jan-auer marked this pull request as draft October 19, 2021 12:16
@jan-auer jan-auer marked this pull request as ready for review October 19, 2021 16:17
py/setup.py Outdated Show resolved Hide resolved
@@ -6,7 +6,7 @@ BUILD_DIR="/work"
docker run \
-w /work/py \
-v `pwd`:/work \
quay.io/pypa/manylinux2010_${BUILD_ARCH} \
quay.io/pypa/${BUILD_ARCH} \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved into build_library.yml.

@jan-auer jan-auer merged commit 211077d into master Oct 20, 2021
@jan-auer jan-auer deleted the build/arm64-wheels branch October 20, 2021 07:44
asottile-sentry added a commit that referenced this pull request May 18, 2022
looks like this was accidentally added in #1100
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

Successfully merging this pull request may close these issues.

3 participants