mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
avoid updating LLVM submodule during bootstrap unit tests
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
d0985bb524
commit
f03bfb871b
@ -2739,6 +2739,8 @@ impl Config {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Fetching the LLVM submodule is unnecessary for self-tests.
|
||||
#[cfg(not(feature = "bootstrap-self-test"))]
|
||||
self.update_submodule("src/llvm-project");
|
||||
|
||||
// Check for untracked changes in `src/llvm-project`.
|
||||
|
Loading…
Reference in New Issue
Block a user