File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -268,14 +268,14 @@ package = "rustc_codegen_spirv"
268
268
let target_spec_dir = update_target_specs_files ( & source, & dummy_metadata, !skip_rebuild)
269
269
. context ( "writing target spec files" ) ?;
270
270
271
- if !skip_rebuild {
272
- log:: debug!( "ensure_toolchain_and_components_exist" ) ;
273
- crate :: install_toolchain:: ensure_toolchain_and_components_exist (
274
- & toolchain_channel,
275
- self . auto_install_rust_toolchain ,
276
- )
277
- . context ( "ensuring toolchain and components exist" ) ?;
271
+ log:: debug!( "ensure_toolchain_and_components_exist" ) ;
272
+ crate :: install_toolchain:: ensure_toolchain_and_components_exist (
273
+ & toolchain_channel,
274
+ self . auto_install_rust_toolchain ,
275
+ )
276
+ . context ( "ensuring toolchain and components exist" ) ?;
278
277
278
+ if !skip_rebuild {
279
279
// to prevent unsupported version errors when using older toolchains
280
280
if !source. is_path ( ) {
281
281
log:: debug!( "remove Cargo.lock" ) ;
You can’t perform that action at this time.
0 commit comments