mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
bootstrap: add .gitmodules to the sources
The bootstrap builder now expects this file to exist:
6f8c0557e0/src/bootstrap/builder.rs (L494)
This commit is contained in:
parent
82cd953c7c
commit
6530b1bd53
@ -976,6 +976,7 @@ impl Step for PlainSourceTarball {
|
||||
"config.example.toml",
|
||||
"Cargo.toml",
|
||||
"Cargo.lock",
|
||||
".gitmodules",
|
||||
];
|
||||
let src_dirs = ["src", "compiler", "library", "tests"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user