about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKrasimir Georgiev <krasimir@google.com>2023-05-04 13:07:10 +0000
committerKrasimir Georgiev <krasimir@google.com>2023-05-04 13:07:10 +0000
commit6530b1bd537894a77daa9cdc904148813896f308 (patch)
treeae355ba32de43ec182c413cde49e71d73a28bd5e
parent82cd953c7c43e64dae6f705ce2f07b291f0e22e3 (diff)
downloadrust-6530b1bd537894a77daa9cdc904148813896f308.tar.gz
rust-6530b1bd537894a77daa9cdc904148813896f308.zip
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
-rw-r--r--src/bootstrap/dist.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index 3b35ca1d15d..ab7f7350d5f 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -976,6 +976,7 @@ impl Step for PlainSourceTarball {
             "config.example.toml",
             "Cargo.toml",
             "Cargo.lock",
+            ".gitmodules",
         ];
         let src_dirs = ["src", "compiler", "library", "tests"];