File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 < ' _ > ) {
Original file line number Diff line number Diff line change @@ -2763,6 +2763,10 @@ mod snapshot {
27632763 . render_steps( ) , @r"
27642764 [build] llvm <host>
27652765 [clippy] rustc 0 <host> -> rustc 1 <host>
2766+ [check] rustc 0 <host> -> rustc 1 <host>
2767+ [clippy] rustc 1 <host> -> rustc 2 <host>
2768+ [check] rustc 1 <host> -> rustc 2 <host>
2769+ [clippy] rustc 1 <host> -> rustc_codegen_gcc 2 <host>
27662770 " ) ;
27672771 }
27682772
You can’t perform that action at this time.
0 commit comments