-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add cargo ci
alias for ci
tool
#13280
Conversation
It's unfortunate that this is opt-in, but this is the least-friction solution. The alternative probably would involve:
The issue with that is that all changes to |
Given #13279. Could we add a setup command to our CI tool that asks the contributor some questions and then setups the |
That sounds like a great follow-up PR! I'll create an issue for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost missed this. Small nit:
Objective
cargo run --package ci -- ...
is lengthy, andcargo r -p ci -- ...
isn't much better.ci
tool #13197.Solution
ci
tool withcargo ci ...
.config_fast_builds.toml
toconfig.toml
to enable this functionality.Testing
config_fast_builds.toml
toconfig.toml
, then runcargo ci --help
.Changelog
cargo ci
alias for internalci
tool.