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 support to release linux aarch64 wheels #163

Open
odidev opened this issue Feb 3, 2022 · 1 comment
Open

Add support to release linux aarch64 wheels #163

odidev opened this issue Feb 3, 2022 · 1 comment

Comments

@odidev
Copy link

odidev commented Feb 3, 2022

Problem

On linux aarch64, pip install redislite builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPI.

Resolution

On aarch64, pip install redislite should download the wheels from PyPI.

@dwighthubbard, May I know your interest/plans for releasing aarch64 wheels?

@odidev
Copy link
Author

odidev commented Apr 25, 2022

To run the wheel building jobs from screwdriver.yml, I’m trying to log in to https://cd.screwdriver.cd/login which gives an access denied message: {"statusCode":403,"error":"Forbidden","message":"User github:odidev is not allowed access"}

Is there a way to get the access? Or it would be better if we could use another CI such as GitHub Actions of CircleCI which have public access as well as AArch64 support.

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

No branches or pull requests

1 participant