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:
Krasimir Georgiev 2023-05-04 13:07:10 +00:00
parent 82cd953c7c
commit 6530b1bd53

View File

@ -976,6 +976,7 @@ impl Step for PlainSourceTarball {
"config.example.toml",
"Cargo.toml",
"Cargo.lock",
".gitmodules",
];
let src_dirs = ["src", "compiler", "library", "tests"];