aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-06-06 13:48:51 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-06-06 13:48:51 +0200
commitb493c2b9c8dfcadb3aee37a7b98052e611bb00a2 (patch)
tree74c7d5b2b83c44c458ae513e25bb3c0d4f8d1c01 /dev
parentaf902fa028f8ceb152d9add198e7dd490a4394ca (diff)
parentfeeca0b0aea725820e459d47498408449c1b21a5 (diff)
Merge PR #7717: [ci] Temporal fix for CompCert
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-compcert.sh4
1 files changed, 4 insertions, 0 deletions
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 )