Skip to content

Commit

Permalink
Merge PR coq#7717: [ci] Temporal fix for CompCert
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jun 6, 2018
2 parents af902fa + feeca0b commit b493c2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/ci/ci-compcert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit b493c2b

Please sign in to comment.