CI: build and upload free-threaded nightly wheels for macOS#26664
Merged
rgommers merged 1 commit intonumpy:mainfrom Jun 11, 2024
Merged
CI: build and upload free-threaded nightly wheels for macOS#26664rgommers merged 1 commit intonumpy:mainfrom
rgommers merged 1 commit intonumpy:mainfrom
Conversation
[skip azp][skip circle][skip cirrus]
Member
Author
|
This also takes advantage of the new cython nightly wheel to avoid building cython from source. |
rgommers
approved these changes
Jun 11, 2024
Member
rgommers
left a comment
There was a problem hiding this comment.
Thanks Nathan! Everything looks right here, so let's give this a go.
I was confused for a moment why there are 3 rather than 4 wheels - but it's because the macOS arm64 OpenBLAS flavor for macOS <14.0 is still built on CirrusCI. We don't want to deal with that, so this looks good as is. We could conceivably even support only macOS >=14 here, however this mirrors what we do in wheels.yml so as long as we're not short of CI time this is nice.
Member
Author
|
Thanks for clarifying, I was confused why openblas on arm64 wasn't a thing in this config. |
16 tasks
ArvidJB
pushed a commit
to ArvidJB/numpy
that referenced
this pull request
Nov 1, 2024
…y#26664) [skip azp][skip circle][skip cirrus]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[skip azp][skip circle][skip cirrus]
Tested on my fork so hopefully this builds on the first try.