diff options
| author | Maxime Dénès | 2017-12-10 18:34:53 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-10 18:34:53 +0100 |
| commit | 28fabbb1fbc35044fd257a2cad07fb70778c67fe (patch) | |
| tree | 369af76308e1a6f4b8df39417e9a233f5130f432 /dev | |
| parent | 7b40908bfbc255d51384e88a73fa5d98380b237f (diff) | |
| parent | 5d4cf69a3d7d472b54b5decc8400164b87e9a73f (diff) | |
Merge PR #6370: [ci] Temporal workaround for checker non-backwards compatible change.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index fc3cef3426..7bf2c7427d 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -8,4 +8,5 @@ CompCert_CI_DIR=${CI_BUILD_DIR}/CompCert opam install -j ${NJOBS} -y menhir git_checkout ${CompCert_CI_BRANCH} ${CompCert_CI_GITURL} ${CompCert_CI_DIR} -( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make && make check-proof ) +#( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make && make check-proof ) +( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make ) |
