aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-ltac2.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-21 10:34:49 +0100
committerMaxime Dénès2017-12-21 10:34:49 +0100
commit2ded75b9b51aa9607cf2a123d6f8ae42a141e97a (patch)
tree4fa380ed2022c565d1688f8bdbc424577f34f64d /dev/ci/ci-ltac2.sh
parente2d1c676b23a335b4fb8a528c99dfca2b82a1a39 (diff)
parentcf04e49c5426da3ea684f8e545652803106af0c2 (diff)
Merge PR #6474: Fix CI with parallel make (messed up dependencies)
Diffstat (limited to 'dev/ci/ci-ltac2.sh')
-rwxr-xr-xdev/ci/ci-ltac2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh
index ed40036012..820ff89eec 100755
--- a/dev/ci/ci-ltac2.sh
+++ b/dev/ci/ci-ltac2.sh
@@ -7,4 +7,4 @@ ltac2_CI_DIR=${CI_BUILD_DIR}/ltac2
git_checkout ${ltac2_CI_BRANCH} ${ltac2_CI_GITURL} ${ltac2_CI_DIR}
-( cd ${ltac2_CI_DIR} && make -j ${NJOBS} && make tests && make install )
+( cd ${ltac2_CI_DIR} && make && make tests && make install )