diff options
| author | Gaëtan Gilbert | 2018-06-06 13:48:51 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-06-06 13:48:51 +0200 |
| commit | b493c2b9c8dfcadb3aee37a7b98052e611bb00a2 (patch) | |
| tree | 74c7d5b2b83c44c458ae513e25bb3c0d4f8d1c01 /dev | |
| parent | af902fa028f8ceb152d9add198e7dd490a4394ca (diff) | |
| parent | feeca0b0aea725820e459d47498408449c1b21a5 (diff) | |
Merge PR #7717: [ci] Temporal fix for CompCert
Diffstat (limited to 'dev')
| -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 8d490591b6..0b0e06e29f 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 ) |
