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

COMP: Disable aarch64 Python wheel builds in CI #214

Merged
merged 1 commit into from
May 16, 2023
Merged

Conversation

tbirdso
Copy link
Collaborator

@tbirdso tbirdso commented May 15, 2023

Disables building for aarch64 platform in GitHub Actions. aarch64 wheel builds with emulation were taking around 7x longer than x64 wheels to build and sometimes timing out due to surpassing 6 hours total on GitHub Actions runners.

Consider re-adding support aarch64 support in the future once an immediate need is present and/or tools are improved.

Default platforms were ["_2_28-x64","2014-x64","_2_28-aarch64"]. The input list is provided so that "_2_28-aarch64" is removed.

Motivated by discussion in #213

Disables building for aarch64 platform in GitHub Actions. aarch64 wheel
builds with emulation were taking around 7x longer than x64 wheels to
build and sometimes timing out due to surpassing 6 hours total on GitHub
Actions runners.

Consider re-adding support aarch64 support in the future once an
immediate need is present and/or tools are improved.
@tbirdso tbirdso requested review from thewtex and N-Dekker May 15, 2023 18:56
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

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

Successfully merging this pull request may close these issues.

4 participants