We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa6f9 commit 4c51d47Copy full SHA for 4c51d47
src/bootstrap/bootstrap.py
@@ -770,10 +770,7 @@ def bootstrap(help_triggered):
770
if 'dev' in data:
771
build.set_dev_environment()
772
773
- # No help text depends on submodules. This check saves ~1 minute of git commands, even if
774
- # all the submodules are present and downloaded!
775
- if not help_triggered:
776
- build.update_submodules()
+ build.update_submodules()
777
778
# Fetch/build the bootstrap
779
build.build = args.build or build.build_triple()
0 commit comments