We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45924c commit 2bb3996Copy full SHA for 2bb3996
build_system/prepare.rs
@@ -67,10 +67,6 @@ fn prepare_sysroot(dirs: &Dirs) {
67
fs::write(SYSROOT_RUSTC_VERSION.to_path(dirs), &rustc_version).unwrap();
68
69
eprintln!("[GIT] init");
70
- let mut git_init_cmd = Command::new("git");
71
- git_init_cmd.arg("init").arg("-q").current_dir(sysroot_src.to_path(dirs));
72
- spawn_and_wait(git_init_cmd);
73
-
74
init_git_repo(&sysroot_src.to_path(dirs));
75
76
apply_patches(dirs, "sysroot", &sysroot_src.to_path(dirs));
0 commit comments