Merged
Conversation
WillLillis
approved these changes
Feb 10, 2026
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.26
git worktree add -d .worktree/backport-5322-to-release-0.26 origin/release-0.26
cd .worktree/backport-5322-to-release-0.26
git switch --create backport-5322-to-release-0.26
git cherry-pick -x 4eefcef0fc94ece7f0b9e7180de4d911929fcf64 68b6020e8e96058b14f4fb19343c7119bc917e47 8b72e64c3cc088a27543716a112dff350d28e506 ad2f2ae76db92b5a8d719af4ae3d902dca2182be b1b0ef9238f861040f87796e5b86d592832fd551 e7389ccc2a6c37ebf298073a72d4a2b2b83f6a11 a91efd56f8da7c09072b32d96f4335b4d08e93f9 9a78267a7b9a104a148e2c0e19608e3e64a49791 |
Merged
Contributor
|
Don't forget that we can use native runners instead of emulation for some platforms now (linux-arm64 being one, so it will be blazingly fast by itself). |
Contributor
|
And if CI is really so fast now, we should consider running them unconditionally so we can mark them as required (and thus can use automerge). |
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.
Problem
Our CI has some inefficients and can be sped up.
Solution
I've made a bunch of small changes in our CI to reduce our CI times by over 50% ideally.
cargo build --releasestep, binary uploads are only used during releases so we gate this behind thatThis makes our CI blazingly fast ⚡!