aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-bignums.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-bignums.sh')
-rwxr-xr-xdev/ci/ci-bignums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bignums.sh b/dev/ci/ci-bignums.sh
index d68674381..c90e516ae 100755
--- a/dev/ci/ci-bignums.sh
+++ b/dev/ci/ci-bignums.sh
@@ -13,4 +13,4 @@ bignums_CI_DIR=${CI_BUILD_DIR}/Bignums
git_checkout ${bignums_CI_BRANCH} ${bignums_CI_GITURL} ${bignums_CI_DIR}
-( cd ${bignums_CI_DIR} && make -j ${NJOBS} && make install)
+( cd ${bignums_CI_DIR} && make && make install)