mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Remove submodule update from mach bootstrap. Fixes #10010
This commit is contained in:
parent
183772583f
commit
4ee331059d
2 changed files with 1 additions and 35 deletions
|
@ -401,8 +401,6 @@ class CommandBase(object):
|
|||
if self.context.bootstrapped:
|
||||
return
|
||||
|
||||
Registrar.dispatch("update-submodules", context=self.context)
|
||||
|
||||
if not self.config["tools"]["system-rust"] and \
|
||||
(not path.exists(path.join(
|
||||
self.config["tools"]["rust-root"], "rustc", "bin", "rustc" + BIN_SUFFIX)) or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue