From 8c0588026b16203b96dc34ce99138e574014972f Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:42:30 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }