diff options
| author | Enrico Tassi | 2019-09-07 20:49:01 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-09-07 20:49:01 +0200 |
| commit | 72f7f8730efa0b51204773852c10a7cbe75a0299 (patch) | |
| tree | fb18ab27deda0a5906d896f2fc54017a8d75227f /dev/ci/docker/bionic_coq | |
| parent | 110e87a2bee21c112f7fc4291e5a7b7e5180217b (diff) | |
update elpi to 1.7
Diffstat (limited to 'dev/ci/docker/bionic_coq')
| -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 7175b5ffd5..567f0539ab 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-08-08-V01" +# CACHEKEY: "bionic_coq-V2019-07-09-V01" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -39,7 +39,7 @@ ENV COMPILER="4.05.0" # with the compiler version. ENV BASE_OPAM="num ocamlfind.1.8.0 dune.1.10.0 ounit.2.0.8 odoc.1.4.0" \ CI_OPAM="menhir.20190626 ocamlgraph.1.8.8" \ - BASE_ONLY_OPAM="elpi.1.4.0" + BASE_ONLY_OPAM="elpi.1.7.0" # BASE switch; CI_OPAM contains Coq's CI dependencies. ENV COQIDE_OPAM="cairo2.0.6 lablgtk3-sourceview3.3.0.beta5" |
