Remove submodule update from mach bootstrap. Fixes #10010

This commit is contained in:
malayaleecoder 2016-03-15 22:28:33 +05:30
parent 183772583f
commit 4ee331059d
2 changed files with 1 additions and 35 deletions

View file

@ -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