From 25741481c5a7a295ab9e9ac49b5ea5e82806bc93 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:21:22 +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 7e260c8d..62076857 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 -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) + repo sync -c --force-sync --no-clone-bundle --no-tags -j1 || repo sync -c --force-sync --no-clone-bundle --no-tags -j1 echo }