diff options
| author | Maxime Dénès | 2017-12-21 10:34:49 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-21 10:34:49 +0100 |
| commit | 2ded75b9b51aa9607cf2a123d6f8ae42a141e97a (patch) | |
| tree | 4fa380ed2022c565d1688f8bdbc424577f34f64d /dev/ci/ci-hott.sh | |
| parent | e2d1c676b23a335b4fb8a528c99dfca2b82a1a39 (diff) | |
| parent | cf04e49c5426da3ea684f8e545652803106af0c2 (diff) | |
Merge PR #6474: Fix CI with parallel make (messed up dependencies)
Diffstat (limited to 'dev/ci/ci-hott.sh')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 1bf6e9a872..693135a4c9 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -7,4 +7,4 @@ HoTT_CI_DIR=${CI_BUILD_DIR}/HoTT git_checkout ${HoTT_CI_BRANCH} ${HoTT_CI_GITURL} ${HoTT_CI_DIR} -( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && make -j ${NJOBS} ) +( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && make ) |
