BLD: use sonoma image on Cirrus for wheel build#29061
Conversation
|
The job that's causing the issues is attempting to build a wheel compatible back to the earliest arm64 versions, built against OpenBLAS because Accelerate wasn't usable for our purposes until v14. I'm trying to run the test at home, see https://github.com/numpy/numpy/wiki/Debugging-CI-guidelines#running-cirrus-ci-configurations-locally, but it takes forever to download an image and times out. |
|
The build here succeeded, Three wheels were built. The logs are truncated, the last build has some warnings during testing. I think it is fine to merge this as is, no? Details |
|
The failing run in the other test was using Sequoia, this runs with Sonoma. Not sure why there's a fail with Sequoia, but not Sonoma. Anyway, I don't think we have a choice with upgrading. Let's merge this. |
As noted in #29039, cirrus no longer supports monteray. The only image they support is sonoma. This is for the wheel build with OpenBLAS, targeting macos_11_arm64. Maybe we should move that build to github, which provides free runners?
When bumping the OpenBLAS version in #29039, I see many failures related to OpenBLAS. So this is an attempt to change only one parameter to see if the errors are due to the image/xcode version, or due to an OpenBLAS regression.