File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -915,17 +915,17 @@ impl Step for PlainSourceTarball {
915
915
builder. create ( & plain_dst_src. join ( "git-commit-hash" ) , & sha) ;
916
916
}
917
917
918
- // If we're building from git sources, we need to vendor a complete distribution.
919
- if builder. rust_info . is_git ( ) {
920
- // Vendor all Cargo dependencies
921
- let mut cmd = Command :: new ( & builder. initial_cargo ) ;
922
- cmd. arg ( "vendor" )
923
- . arg ( "--sync" )
924
- . arg ( builder. src . join ( "./src/tools/rust-analyzer/Cargo.toml" ) )
925
- . arg ( builder. src . join ( "./compiler/rustc_codegen_cranelift/Cargo.toml" ) )
926
- . current_dir ( & plain_dst_src) ;
927
- builder. run ( & mut cmd) ;
928
- }
918
+ // // If we're building from git sources, we need to vendor a complete distribution.
919
+ // if builder.rust_info.is_git() {
920
+ // // Vendor all Cargo dependencies
921
+ // let mut cmd = Command::new(&builder.initial_cargo);
922
+ // cmd.arg("vendor")
923
+ // .arg("--sync")
924
+ // .arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
925
+ // .arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
926
+ // .current_dir(&plain_dst_src);
927
+ // builder.run(&mut cmd);
928
+ // }
929
929
930
930
tarball. bare ( )
931
931
}
You can’t perform that action at this time.
0 commit comments