ci: Fix for rustup breakage#1606
Merged
Merged
Conversation
Collaborator
|
Is this a workaround that we expect to be temporary? |
Contributor
Author
I would expect yes. The logic changed here: Swatinem/rust-cache@ed5e89b (2026-04-12) so it would cache everything in My expectation is that either Swatinem/rust-cache or the official GitHubs images (or both) will make things not broken by default. (the current state) |
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.
Something broke with GitHub actions runners in the last two days.
This is an attempt to fix it.
Current main 918848c passed May 12, 2026, 12:05 PM EDT
https://github.com/oxidecomputer/dropshot/actions/runs/25746385530/job/75610647928
But failed when I reran it today May 14, 2026, 10:19 AM EDT
https://github.com/oxidecomputer/dropshot/actions/runs/25746385530/job/76005483181
Error is:
Which makes me think there's a rustup-init cargo alias or somesuch.
I didn't see any upstream issues for this on rust-lang/rustup or actions/runner
Found it:
cache-bin: truebreaks cargo subcommands on new github macos runner Swatinem/rust-cache#341Root cause is the changes in macos-14-arm64 (20260512) Image Update.