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

MuslLinux Wheels #480

Merged
merged 9 commits into from
Jun 14, 2023
Merged

MuslLinux Wheels #480

merged 9 commits into from
Jun 14, 2023

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Jun 12, 2023

Description of changes:

  • Adds wheel for musllinux aarch64 and x64.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@waahm7 waahm7 changed the base branch from main to python-312 June 12, 2023 20:49
@waahm7 waahm7 changed the title WIP | MuslLinux MuslLinux Wheels Jun 13, 2023

/opt/python/cp311-cp311/bin/python setup.py sdist bdist_wheel
auditwheel repair --plat musllinux_1_1_x86_64 dist/awscrt-*cp311*.whl

Copy link
Contributor

Choose a reason for hiding this comment

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

trivial: Can you add the following comment to all these copy/pasty files? Just to help out any future maintainers

Suggested change
# Don't need to build wheels for Python 3.12 and later.
# The 3.11 wheel uses the stable ABI, so it works with newer versions too.

I guess it's weird, since we haven't merge #479 yet ... maybe add the comment to the existing files in that PR, and to the new files in this PR? or just add it to all of them here 🤷‍♀️

@waahm7 waahm7 merged commit 19df8c3 into python-312 Jun 14, 2023
64 checks passed
@waahm7 waahm7 deleted the musl-linux branch June 14, 2023 18:12
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.

None yet

2 participants