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 #1151

Closed
odidev opened this issue Jun 7, 2021 · 5 comments · Fixed by #1554
Closed

Add support to release aarch64 wheels #1151

odidev opened this issue Jun 7, 2021 · 5 comments · Fixed by #1554

Comments

@odidev
Copy link

odidev commented Jun 7, 2021

Problem

On aarch64, ‘pip install elastic-apm’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes more time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install elastic-apm’ should download the wheels from pypi
@beniwohli, Please let me know your interest in releasing aarch64 wheels. I can help with this.

@beniwohli
Copy link
Contributor

Hi @odidev! Yes, that would be great! We use cibuildwheel to build binary wheels. cibuildwheel does support building for aarch64 using qemu.

We run cibuildwheel on our own Jenkins installation, not on e.g. Github Actions (like the cibuildwheel examples). We'd need to ensure that qemu is available on the machine. I'll check with our Jenkins team if that would be possible.

@odidev
Copy link
Author

odidev commented Jun 30, 2021

@beniwohli, Could you please let me know if you got any chance to look into this.

@beniwohli
Copy link
Contributor

@odidev our CI/Jenkins team had a lot of work on their plate, but they prioritized this issue now.

@odidev
Copy link
Author

odidev commented Feb 9, 2022

Hi @beniwohli, do you have any updates on this issue? Thanks

@basepi
Copy link
Contributor

basepi commented Feb 9, 2022

Unfortunately no updates yet. The CI team hasn't had a chance to get to this.

amannocci added a commit that referenced this issue May 23, 2022
* Add support to release aarch64 wheels (Close #1151)

Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>

* Use correct jenkins label

Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants