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

TST: Fix failing aarch64 wheel builds. #22424

Merged
merged 1 commit into from Oct 11, 2022

Conversation

charris
Copy link
Member

@charris charris commented Oct 11, 2022

Backport of #22418.

The aarch64 wheel build tests are failing with OOM. The new test for complex128 dot for huge vectors is responsible as the useable memory is incorrectly determined and the check for sufficient memory fails. The fix here is to define the NPY_AVAILABLE_MEM="4 GB" environment variable before the test call in cibw_test_command.sh.

The aarch64 wheel build tests are failing with OOM. The new test for
complex128 dot for huge vectors is responsible as the useable memory
is incorrectly determined and the check for sufficient memory fails.
The fix here is to define the `NPY_AVAILABLE_MEM="4 GB"` environment
variable before the test call in `cibw_test_command.sh`.
@charris charris added 08 - Backport Used to tag backport PRs 36 - Build Build related PR labels Oct 11, 2022
@charris charris added this to the 1.23.4 release milestone Oct 11, 2022
@charris charris changed the title TST, BLD: Fix failing aarch64 wheel builds. TST: Fix failing aarch64 wheel builds. Oct 11, 2022
@charris charris removed the 36 - Build Build related PR label Oct 11, 2022
@charris charris merged commit 631072f into numpy:maintenance/1.23.x Oct 11, 2022
@charris charris deleted the backport-22418 branch October 11, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 - Testing 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant