aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-14 00:02:32 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-14 00:02:32 +0100
commit7576ffd4eb196d5d5a15f6cacb2ba5cba00576ef (patch)
treec029a02199a84e501c55be959e82e5d5c4f99677
parente32f176cf8f8637aee98c5335af7e4b3e375aed3 (diff)
parent17e800a8e0501c242d954a98dde12f28f01f40c0 (diff)
Merge PR #6395: Revert [ci] Temporal workaround for checker non-backwards compatible change.
-rwxr-xr-xdev/ci/ci-compcert.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh
index 7bf2c7427..fc3cef342 100755
--- a/dev/ci/ci-compcert.sh
+++ b/dev/ci/ci-compcert.sh
@@ -8,5 +8,4 @@ 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 )
+( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make && make check-proof )