Skip more dist components
This commit is contained in:
parent
e0f8e865db
commit
25dee4e56e
1 changed files with 5 additions and 0 deletions
|
|
@ -407,13 +407,18 @@ fn main() -> anyhow::Result<()> {
|
|||
for target in [
|
||||
"rust-docs",
|
||||
"rustc-docs",
|
||||
"rustc-dev",
|
||||
"rust-dev",
|
||||
"rust-docs-json",
|
||||
"rust-analyzer",
|
||||
"rustc-src",
|
||||
"extended",
|
||||
"clippy",
|
||||
"miri",
|
||||
"rustfmt",
|
||||
"gcc",
|
||||
"generate-copyright",
|
||||
"bootstrap",
|
||||
] {
|
||||
build_args.extend(["--skip".to_string(), target.to_string()]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue