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 aarch64 wheels #82

Closed
odidev opened this issue Mar 5, 2021 · 3 comments
Closed

Add support to release aarch64 wheels #82

odidev opened this issue Mar 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@odidev
Copy link
Contributor

odidev commented Mar 5, 2021

Problem

On aarch64, pip install RapidFuzz builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, pip install RapidFuzz should download the wheels from pypi

@maxbachmann , please let me know your interest on releasing aarch64 wheels. I can help in this.

@maxbachmann
Copy link
Member

Adding support for aarch64 sounds good to me. The reason I did not add support so far is the missing support by GitHub Actions. Since Azure Pipelines added support for Aarch64/ARM64 last year, I was waiting for GitHub actions to add support for it as well.
In case you're willing to implement it, I would be fine with a Travis CI job for platforms that are not supported by GitHub Actions.

@maxbachmann maxbachmann added the enhancement New feature or request label Mar 5, 2021
@odidev
Copy link
Contributor Author

odidev commented Mar 8, 2021

Hi @maxbachmann , thank you for your response. We can use qemu for adding aarch64 wheels support in GHA. Please let me know your view on this.

@maxbachmann
Copy link
Member

As long as it works I am absolutely fine with this. In fact I would prefer having everything in GHA over a second CI solution.

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

No branches or pull requests

2 participants