Skip to content

Commit c11cc10

Browse files
krasimirggMark-Simulacrum
authored andcommitted
bootstrap: add .gitmodules to the sources
The bootstrap builder now expects this file to exist: https://github.com/rust-lang/rust/blob/6f8c0557e0b73c73a8a7163a15f4a5a3feca7d5c/src/bootstrap/builder.rs#L494
1 parent 428ac2a commit c11cc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ impl Step for PlainSourceTarball {
976976
"config.example.toml",
977977
"Cargo.toml",
978978
"Cargo.lock",
979+
".gitmodules",
979980
];
980981
let src_dirs = ["src", "compiler", "library", "tests"];
981982

0 commit comments

Comments
 (0)