Initialize rust-analyzer submodule on bootstrap
This commit is contained in:
parent
082e4ca497
commit
2878f98672
2 changed files with 11 additions and 2 deletions
|
@ -1147,6 +1147,10 @@ class RustBuild(object):
|
|||
"library/backtrace",
|
||||
"library/stdarch"
|
||||
]
|
||||
# If build.vendor is set in config.toml, we must update rust-analyzer also.
|
||||
# Otherwise, the bootstrap will fail (#96456).
|
||||
if self.use_vendored_sources:
|
||||
submodules.append("src/tools/rust-analyzer")
|
||||
filtered_submodules = []
|
||||
submodules_names = []
|
||||
for module in submodules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue