diff options
| author | Maxime Dénès | 2017-06-19 23:13:51 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-19 23:13:51 +0200 |
| commit | 42dc29090208f5da83dd71fb99f975db542fe49b (patch) | |
| tree | 9a1059c2a8b9168bab0eaadc6112031da533d2bc /dev/ci/ci-math-comp.sh | |
| parent | d7bb51c69b5a274e341b1a6776baa965d98b3177 (diff) | |
| parent | b207b8e6953d76af98e1d18983fb1467fc8fe8f5 (diff) | |
Merge PR#792: Fix ci-fiat-crypto to have a proper lite target
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
| -rwxr-xr-x | dev/ci/ci-math-comp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh index bb8188da4e..701403f2cf 100755 --- a/dev/ci/ci-math-comp.sh +++ b/dev/ci/ci-math-comp.sh @@ -12,4 +12,4 @@ checkout_mathcomp ${mathcomp_CI_DIR} ( cd ${mathcomp_CI_DIR}/mathcomp && \ sed -i.bak '/PFsection/d' Make && \ sed -i.bak '/stripped_odd_order_theorem/d' Make && \ - make Makefile.coq && make -f Makefile.coq -j ${NJOBS} all ) + make Makefile.coq && make -f Makefile.coq all ) |
