Skip more dist components

This commit is contained in:
Jakub Beránek 2025-06-24 15:57:25 +02:00
parent e0f8e865db
commit 25dee4e56e
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -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()]);
}