Rollup merge of #45548 - ratmice:master, r=oli-obk
issue #45357 don't build clippy stage 1 #45357 Wasn't sure top_stage was the right thing, but seemed to go ahead building clippy stage 2.
This commit is contained in:
commit
9ca6ee0299
@ -415,7 +415,8 @@ impl Step for Clippy {
|
||||
const ONLY_HOSTS: bool = true;
|
||||
|
||||
fn should_run(run: ShouldRun) -> ShouldRun {
|
||||
run.path("src/tools/clippy")
|
||||
let builder = run.builder;
|
||||
run.path("src/tools/clippy").default_condition(builder.build.config.extended)
|
||||
}
|
||||
|
||||
fn make_run(run: RunConfig) {
|
||||
|
Loading…
Reference in New Issue
Block a user