don't fetch/sync cargo submodule by default
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
11acf83159
commit
457ac5d570
1 changed files with 1 additions and 2 deletions
|
@ -469,8 +469,7 @@ impl Build {
|
||||||
|
|
||||||
// Make sure we update these before gathering metadata so we don't get an error about missing
|
// Make sure we update these before gathering metadata so we don't get an error about missing
|
||||||
// Cargo.toml files.
|
// Cargo.toml files.
|
||||||
let rust_submodules =
|
let rust_submodules = ["src/doc/book", "library/backtrace", "library/stdarch"];
|
||||||
["src/tools/cargo", "src/doc/book", "library/backtrace", "library/stdarch"];
|
|
||||||
for s in rust_submodules {
|
for s in rust_submodules {
|
||||||
build.update_submodule(Path::new(s));
|
build.update_submodule(Path::new(s));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue