mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Update submodules in parallel to speed up bootstrap
This runs 8 `git submodule update` processes in parallel, speeding up bootstrap from 2 minutes to 30 seconds for me. (Obviously this is dependent on bandwidth.)
This commit is contained in:
@@ -9,4 +9,4 @@ bundle config --local path vendor/gems
|
||||
bundle check > /dev/null 2>&1 || bundle install
|
||||
|
||||
git submodule sync --quiet
|
||||
git submodule update --init
|
||||
script/fast-submodule-update
|
||||
|
||||
Reference in New Issue
Block a user