diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 642f22b11ad..24e5bb2a9ed 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`