Skip to content

TST: Fix failing aarch64 wheel builds.#22424

Merged
charris merged 1 commit intonumpy:maintenance/1.23.xfrom
charris:backport-22418
Oct 11, 2022
Merged

TST: Fix failing aarch64 wheel builds.#22424
charris merged 1 commit intonumpy:maintenance/1.23.xfrom
charris:backport-22418

Conversation

@charris
Copy link
Copy Markdown
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.

1 participant