Skip to content

Commit 25dee4e

Browse files
committed
Skip more dist components
1 parent e0f8e86 commit 25dee4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/opt-dist/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,18 @@ fn main() -> anyhow::Result<()> {
407407
for target in [
408408
"rust-docs",
409409
"rustc-docs",
410+
"rustc-dev",
411+
"rust-dev",
410412
"rust-docs-json",
411413
"rust-analyzer",
412414
"rustc-src",
415+
"extended",
413416
"clippy",
414417
"miri",
415418
"rustfmt",
416419
"gcc",
420+
"generate-copyright",
421+
"bootstrap",
417422
] {
418423
build_args.extend(["--skip".to_string(), target.to_string()]);
419424
}

0 commit comments

Comments
 (0)