Skip to content

Commit

Permalink
Revert "fix missing rustfmt for apple darwin"
Browse files Browse the repository at this point in the history
This reverts commit 2316749.
  • Loading branch information
pietroalbini committed Jan 8, 2025
1 parent 9c87288 commit e98a41e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/bootstrap/src/core/build_steps/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1592,15 +1592,9 @@ impl Step for Extended {
prepare("cargo");
prepare("rust-std");
prepare("rust-analysis");

for tool in &[
"clippy",
"rustfmt",
"rust-analyzer",
"rust-docs",
"miri",
"rustc-codegen-cranelift",
] {
prepare("clippy");
prepare("rust-analyzer");
for tool in &["rust-docs", "miri", "rustc-codegen-cranelift"] {
if built_tools.contains(tool) {
prepare(tool);
}
Expand Down

0 comments on commit e98a41e

Please sign in to comment.