-
Notifications
You must be signed in to change notification settings - Fork 43
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 musllinux
#315
Comments
Really needs precompiled wheels for musl based linux as many IoT oriented operating systems are musl based, and there is usually no preinstalled build tools on these systems so the SDK could not be built from source. |
This would also be great for using Alpine-based Docker images on Balena. |
Any update on this? |
I just set up a repository that periodically builds musllinux wheels for awscrt, one can install them through:
|
musllinux wheels are available as of version 0.16.21 |
Precompiled wheels for musl based Linux distributions (e.g., alpine linux) are not provided at this moment (ref. #272).
Therefore, it is time-consuming to utilize this library in the container environment that we often see.
musllinux
spec has just landed at PEP656 andmusllinux
wheels must be super useful for these environments.I understand that there are several improvements planned for CI at #312 #308 and I'm sure they will take priority.
The text was updated successfully, but these errors were encountered: