diff --git a/build.sh b/build.sh index 76f5278c..dbd3759a 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ initRepos() { } syncRepos() { echo "--> Syncing repos" - repo sync -c --force-sync --no-clone-bundle --no-tags -j1 --fail-fast || repo sync -c --force-sync --no-clone-bundle --no-tags -j1 --fail-fast + repo sync -c --force-sync --no-clone-bundle --no-tags -j4 || repo sync -c --force-sync --no-clone-bundle --no-tags -j4 echo }