Skip to content

Commit

Permalink
Bootstrap: reorder tools to properly reflect their build order
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jul 7, 2020
1 parent 51eeabf commit 7c6258d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,14 @@ impl<'a> Builder<'a> {
tool::RemoteTestClient,
tool::RustInstaller,
tool::Cargo,
tool::Clippy,
tool::CargoClippy,
tool::Rustfmt,
tool::Rls,
tool::RustAnalyzer,
tool::Rustdoc,
tool::Clippy,
tool::CargoClippy,
native::Llvm,
native::Sanitizers,
tool::Rustfmt,
tool::Miri,
tool::CargoMiri,
native::Lld
Expand Down Expand Up @@ -462,10 +462,10 @@ impl<'a> Builder<'a> {
dist::Src,
dist::PlainSourceTarball,
dist::Cargo,
dist::Clippy,
dist::Rustfmt,
dist::Rls,
dist::RustAnalyzer,
dist::Rustfmt,
dist::Clippy,
dist::Miri,
dist::LlvmTools,
dist::Extended,
Expand Down

0 comments on commit 7c6258d

Please sign in to comment.