fix: drop Cirrus CI (going away June 1, 2026) - #2817
Merged
Conversation
Contributor
Author
|
Summary from copilot: Perfect! I've successfully removed all Cirrus CI mentions and files from the cibuildwheel repository. Here's a summary of what was deleted and changed: Files Deleted:
Files Modified:
The changelog.md file retains historical entries for reference, which appropriately documents when Cirrus CI support was added to the project. Made changes. |
henryiii
force-pushed
the
henryiii/fix/drop_cirrus
branch
from
April 8, 2026 21:22
7f4d2db to
a4ff071
Compare
henryiii
commented
Apr 8, 2026
henryiii
commented
Apr 8, 2026
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
henryiii
force-pushed
the
henryiii/fix/drop_cirrus
branch
from
April 8, 2026 21:28
a4ff071 to
8014015
Compare
agriyakhetarpal
approved these changes
Apr 8, 2026
agriyakhetarpal
left a comment
Member
There was a problem hiding this comment.
¡Hasta la vista!
Approving, modulo #2817 (comment).
Removed official support for Cirrus CI due to end-of-life.
joerick
approved these changes
Apr 10, 2026
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.
Dropping Cirrus CI. The platform is going away June 1, 2026, see https://cirruslabs.org/.
After this PR, cibuildwheel should still work fine on Cirrus for the next couple of months, as we don't have any custom code checking Cirrus CI, other than the ability to detect it specifically.
AI usage disclaimer: created with the prompt "Cirrus CI is shutting down. Let's remove all mentions and files related to Cirrus here" in copilot in vscode, using the claude-haiku-4.5 model (0.33x credit cost, this is pretty easy for AI). (just the code changes, not commit messages / PR description).
I forgot to update
main, so there were conflicts, so I used the following prompt and gpt-5-mini (0x credit cost, this is very easy for AI): "Oops, changes were made upstream. Please git rebase on main and fix up conflicts".I manually ran
prek -asince we don't have an AGENTS.md here. There was one mistake from the rebase I fixed (if I asked the model to do it, or we had AGENTS.md, it would have fixed it. Linters are more important than ever with AI).