diff options
| author | coqbot-app[bot] | 2020-08-25 10:54:19 +0000 |
|---|---|---|
| committer | GitHub | 2020-08-25 10:54:19 +0000 |
| commit | ba3ff67b1b680a7deb3fddacb7134d5e38228602 (patch) | |
| tree | ed6810a57b6309fcf68f7a13be51631fb9284d9e /dev | |
| parent | a4428859baffc7d71eebe62b78456e088785ef09 (diff) | |
| parent | 5a77616b0997190c1a21469b7ddc659214a8aacc (diff) | |
Merge PR #12798: Change OUnit package name to ounit2.
Reviewed-by: ejgallego
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 7570b17095..67a8415891 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2020-07-21-V38" +# CACHEKEY: "bionic_coq-V2020-08-18-V29" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -38,7 +38,7 @@ ENV COMPILER="4.05.0" # Common OPAM packages. # `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.1 ounit.2.2.2 odoc.1.5.0" \ +ENV BASE_OPAM="num ocamlfind.1.8.1 ounit2.2.2.3 odoc.1.5.0" \ CI_OPAM="menhir.20190626 ocamlgraph.1.8.8" \ BASE_ONLY_OPAM="elpi.1.11.0" |
