diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-06 12:19:45 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-06 12:19:45 +0200 |
commit | feeca0b0aea725820e459d47498408449c1b21a5 (patch) | |
tree | a903e267bbc98a2993a8457b5d7ac1b035cdeb4c | |
parent | f6538f1a7f8ad2bdc0bc446d4ca35078d55d63ee (diff) |
[ci] Temporal fix for CompCert
-rwxr-xr-x | dev/ci/ci-compcert.sh | 4 |
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 ) |