-
Notifications
You must be signed in to change notification settings - Fork 238
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
Update CircleCI support #1576
Update CircleCI support #1576
Conversation
Circle CI now supports windows [1] and MacOS-arm [2] [1] https://circleci.com/docs/using-windows/#available-resource-classes [2] https://circleci.com/docs/using-macos/#available-resource-classes
The CircleCI OSS plan do not cover runs on MacOS and Windows.
I'm not sure if this 30 000 is enough for cibuildwheel |
Those limits might change. I've also found this post about the macos.x86 being deprecated in a few months. Wouldn't other vendors do a similar deprecation? But also the 30,000 limit is valid for regular macos as well. If the CI is only run on |
Oops, triggered CI, thought this added testing. All the advertised platforms are tested by us. |
I have just tried to setup a macos-arm runner on CircleCI, but it is reporting that resource is not available. After some digging it appears that you need to contact them for macos builders for foss projects, but they are currently reporting that macos-arm is only available for Performance Plan. Although windows runner should be supported according to their pricing plan. I have requested for some clarification in regards to the deprecation notice and will update about that once they reply. |
I have received confirmation that in December there will be |
cibuildwheel does have a OSS permission for the macos builders, so it might get the same for windows too. @LecrisUT could you try adapting the CircleCI config at |
@joerick I think I can make that change, but it would need to be re-run when the free macos-m1 builders are available. I could try and add the windows variants though. If you look at https://circleci.com/pricing/, at the |
You were right @LecrisUT - the current pypa plan gets credits, but no M1 builders (yet). that's scheduled to change early next year I believe. |
Let's revisit this when the M1 runners are released. |
Circle CI now supports windows and MacOS-arm
Have not tested to confirm cibuldwheel is compatible with it though