From f5570d0ef66847d6617682058a9fa680cdce392b Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 2 Jul 2018 14:46:40 -0600 Subject: [PATCH] Make explicit that assemble is not run from CLI --- src/bootstrap/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 642f22b11ade..24e5bb2a9ed6 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -873,7 +873,7 @@ impl Step for Assemble { type Output = Compiler; fn should_run(run: ShouldRun) -> ShouldRun { - run.all_krates("rustc-main") + run.never() } /// Prepare a new compiler from the artifacts in `stage`