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

Commits on Oct 11, 2022

  1. TST, BLD: Fix failing aarch64 wheel builds.

    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 committed Oct 11, 2022
    Copy the full SHA
    f4a3195 View commit details
    Browse the repository at this point in the history