mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 05:56:56 +00:00
Rollup merge of #111201 - krasimirgg:add_gitmodules, r=jyn514
bootstrap: add .gitmodules to the sources
The bootstrap builder now expects this file to exist: 6f8c0557e0/src/bootstrap/builder.rs (L494)
Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/missing.20llvm-project.2Fruntimes.20in.20beta.20srcs
This commit is contained in:
commit
75e8f87673
@ -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