Make explicit that assemble is not run from CLI
This commit is contained in:
parent
9363342be9
commit
f5570d0ef6
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user