diff options
| author | Gaƫtan Gilbert | 2019-07-05 21:46:34 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-06 02:32:31 +0200 |
| commit | 9236267ee1c4855067ab0fb5b57c0156d4a5de89 (patch) | |
| tree | df80c0fd770281059cdd68acadbed915eb51218e /dev | |
| parent | 2c9c95e141056bde1d98d94c22545bf8de8f9268 (diff) | |
[Dockerfile] update menhir version
Compcert needs a new menhir.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index f07a5cdb98..8b4af9b63f 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-06-21-V1" +# CACHEKEY: "bionic_coq-V2019-07-05-V33" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -38,7 +38,7 @@ ENV COMPILER="4.05.0" # `num` does not have a version number as the right version to install varies # with the compiler version. ENV BASE_OPAM="num ocamlfind.1.8.0 dune.1.6.2 ounit.2.0.8 odoc.1.4.0" \ - CI_OPAM="menhir.20181113 elpi.1.4.0 ocamlgraph.1.8.8" + CI_OPAM="menhir.20190626 elpi.1.4.0 ocamlgraph.1.8.8" # BASE switch; CI_OPAM contains Coq's CI dependencies. ENV COQIDE_OPAM="cairo2.0.6 lablgtk3-sourceview3.3.0.beta5" |
