aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-tlc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-tlc.sh')
-rwxr-xr-xdev/ci/ci-tlc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-tlc.sh b/dev/ci/ci-tlc.sh
index ce2639937..8ecd8c441 100755
--- a/dev/ci/ci-tlc.sh
+++ b/dev/ci/ci-tlc.sh
@@ -7,4 +7,4 @@ tlc_CI_DIR=${CI_BUILD_DIR}/tlc
git_checkout ${tlc_CI_BRANCH} ${tlc_CI_GITURL} ${tlc_CI_DIR}
-( cd ${tlc_CI_DIR} && make -j ${NJOBS} )
+( cd ${tlc_CI_DIR} && make )