-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ci: fix cargo-check-all-crate-macos #10268
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
Merged
Merged
Conversation
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
BDevParity
approved these changes
Nov 10, 2025
AndWeHaveAPlan
approved these changes
Nov 10, 2025
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10268-to-stable2503
git worktree add --checkout .worktree/backport-10268-to-stable2503 backport-10268-to-stable2503
cd .worktree/backport-10268-to-stable2503
git reset --hard HEAD^
git cherry-pick -x 73de3bed249afc8ed48b0b69be27a0ee063086a3
git push --force-with-lease |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10268-to-stable2506
git worktree add --checkout .worktree/backport-10268-to-stable2506 backport-10268-to-stable2506
cd .worktree/backport-10268-to-stable2506
git reset --hard HEAD^
git cherry-pick -x 73de3bed249afc8ed48b0b69be27a0ee063086a3
git push --force-with-lease |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10268-to-unstable2507
git worktree add --checkout .worktree/backport-10268-to-unstable2507 backport-10268-to-unstable2507
cd .worktree/backport-10268-to-unstable2507
git reset --hard HEAD^
git cherry-pick -x 73de3bed249afc8ed48b0b69be27a0ee063086a3
git push --force-with-lease |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10268-to-stable2509
git worktree add --checkout .worktree/backport-10268-to-stable2509 backport-10268-to-stable2509
cd .worktree/backport-10268-to-stable2509
git reset --hard HEAD^
git cherry-pick -x 73de3bed249afc8ed48b0b69be27a0ee063086a3
git push --force-with-lease |
EgorPopelyaev
pushed a commit
that referenced
this pull request
Nov 11, 2025
Our mac runners have bash version 3.x, fixing by installing cargo manually. fix paritytech/devops#4514
EgorPopelyaev
pushed a commit
that referenced
this pull request
Nov 11, 2025
Our mac runners have bash version 3.x, fixing by installing cargo manually. fix paritytech/devops#4514
EgorPopelyaev
pushed a commit
that referenced
this pull request
Nov 11, 2025
Our mac runners have bash version 3.x, fixing by installing cargo manually. fix paritytech/devops#4514
EgorPopelyaev
pushed a commit
that referenced
this pull request
Nov 11, 2025
Our mac runners have bash version 3.x, fixing by installing cargo manually. fix paritytech/devops#4514
EgorPopelyaev
added a commit
that referenced
this pull request
Nov 11, 2025
Backport #10268 into `unstable2507` from alvicsam. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: EgorPopelyaev <[email protected]>
EgorPopelyaev
added a commit
that referenced
this pull request
Nov 11, 2025
Backport #10268 into `stable2506` from alvicsam. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: EgorPopelyaev <[email protected]>
EgorPopelyaev
added a commit
that referenced
this pull request
Nov 11, 2025
Backport #10268 into `stable2503` from alvicsam. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: EgorPopelyaev <[email protected]>
EgorPopelyaev
added a commit
that referenced
this pull request
Nov 12, 2025
Backport #10268 into `stable2509` from alvicsam. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: EgorPopelyaev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A4-backport-stable2503
Pull request must be backported to the stable2503 release branch
A4-backport-stable2506
Pull request must be backported to the stable2506 release branch
A4-backport-stable2509
Pull request must be backported to the stable2509 release branch
A4-backport-unstable2507
Pull request must be backported to the unstable2507 release branch
R0-no-crate-publish-required
The change does not require any crates to be re-published.
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.
Our mac runners have bash version 3.x, fixing by installing cargo manually.
fix https://github.com/paritytech/devops/issues/4514