Skip to content

Commit f5570d0

Browse files
Make explicit that assemble is not run from CLI
1 parent 9363342 commit f5570d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ impl Step for Assemble {
873873
type Output = Compiler;
874874

875875
fn should_run(run: ShouldRun) -> ShouldRun {
876-
run.all_krates("rustc-main")
876+
run.never()
877877
}
878878

879879
/// Prepare a new compiler from the artifacts in `stage`

0 commit comments

Comments
 (0)