Skip to content

Commit 8578319

Browse files
Allow to use cg_gcc path in bootstrap clippy command
1 parent 1ed0cc3 commit 8578319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/clippy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ impl Step for CodegenGcc {
343343
type Output = ();
344344

345345
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
346-
run.alias("rustc_codegen_gcc")
346+
run.alias("rustc_codegen_gcc").path("compiler/rustc_codegen_gcc")
347347
}
348348

349349
fn make_run(run: RunConfig<'_>) {

0 commit comments

Comments
 (0)