aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 995c797b2..21922a493 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"/../..
--prefix=/opt/odp \
${CONF}
-make -j 8
+make -j $(nproc)
make install