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

Add musllinux wheel distribution #107

Closed
5 tasks done
idavis opened this issue Apr 18, 2022 · 0 comments · Fixed by #111
Closed
5 tasks done

Add musllinux wheel distribution #107

idavis opened this issue Apr 18, 2022 · 0 comments · Fixed by #111
Assignees
Labels
enhancement New feature or request

Comments

@idavis
Copy link
Collaborator

idavis commented Apr 18, 2022

Alpine (musl) based distribution is not currently supported. To achieve this, several components must be updated:

  • Create Alpine OCI base image (maturin, compiler toolchain, etc)
  • Get LLVM building correctly in this environment
  • Get PyQIR building correctly in this environment
  • Update build to create musllinux wheels
  • Update build to test musllinux wheels

Wheel should likely follow PEP 656 for naming via Maturin with musl 1.2 for the compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant