From feeca0b0aea725820e459d47498408449c1b21a5 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 6 Jun 2018 12:19:45 +0200 Subject: [ci] Temporal fix for CompCert https://github.com/AbsInt/CompCert/issues/234 --- dev/ci/ci-compcert.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev') diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index 8d490591b..0b0e06e29 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -5,6 +5,10 @@ ci_dir="$(dirname "$0")" CompCert_CI_DIR="${CI_BUILD_DIR}/CompCert" +# Temporal workaround, to be removed when upstream decides what to do +# with their problem. +opam install -y menhir.20180528 + 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 ) -- cgit v1.2.3