aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-compcert.sh
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-06-08 12:43:45 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-06-08 12:43:45 +0200
commitb67b8ab65448a63cb53517ab9dfccb3b4d541d77 (patch)
treee9f7904ff47fc6e7c07f58e4ae7a2327e44169fd /dev/ci/ci-compcert.sh
parent54abefa048519c160c61f0f1c217d658ad0d3aaa (diff)
parentc626814762b1b602334806e53ef5c76c5265e5e7 (diff)
Merge PR #7687: [ci] [docker] Pin specific versions of OPAM CI dependencies.
Diffstat (limited to 'dev/ci/ci-compcert.sh')
-rwxr-xr-xdev/ci/ci-compcert.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh
index 0b0e06e29..8d490591b 100755
--- a/dev/ci/ci-compcert.sh
+++ b/dev/ci/ci-compcert.sh
@@ -5,10 +5,6 @@ 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 )