From 17e800a8e0501c242d954a98dde12f28f01f40c0 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 12 Dec 2017 12:15:51 +0100 Subject: Revert "[ci] Temporal workaround for checker non-backwards compatible change." This reverts commit 5d4cf69a3d7d472b54b5decc8400164b87e9a73f. --- dev/ci/ci-compcert.sh | 3 +-- 1 file changed, 1 insertion(+), 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 ) -- cgit v1.2.3