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-compcert.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-compcert.sh')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index c78ffdc2c0..0dd904648c 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -9,4 +9,4 @@ opam install -j ${NJOBS} -y menhir git_checkout ${CompCert_CI_BRANCH} ${CompCert_CI_GITURL} ${CompCert_CI_DIR} # Patch to avoid the upper version limit -( cd ${CompCert_CI_DIR} && sed -i.bak 's/8.6)/8.6|trunk)/' configure && ./configure x86_32-linux && make -j ${NJOBS} ) +( cd ${CompCert_CI_DIR} && sed -i.bak 's/8.6)/8.6|trunk)/' configure && ./configure x86_32-linux && make ) |
