diff options
| author | coqbot-app[bot] | 2020-09-17 16:16:39 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-17 16:16:39 +0000 |
| commit | 08791151b904e499cdca26cec4b8aa7c9b1eb4c0 (patch) | |
| tree | 583b907530ea9c77bdec3d1bf11488f7ef5d00c1 /dev/ci | |
| parent | 14f0e5059e7f49cabbcd1571d7f053db7d7d3f35 (diff) | |
| parent | 29b8aae282f03fcd7d753d19129e5f74feacc820 (diff) | |
Merge PR #13007: [build] Don't link `num` anymore in Coq
Reviewed-by: Zimmi48
Reviewed-by: vbgl
Ack-by: Zimmi48
Ack-by: vbgl
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 2fcd69e130..f672ead807 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2020-09-16-V38" +# CACHEKEY: "bionic_coq-V2020-09-17-V88" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -40,10 +40,8 @@ ENV NJOBS="2" \ # Base opam is the set of base packages required by Coq ENV COMPILER="4.05.0" -# Common OPAM packages, num to be removed once the migration to -# micromega is complete, `num` also does not have a version number as -# the right version to install varies with the compiler version. -ENV BASE_OPAM="num zarith.1.10 ocamlfind.1.8.1 ounit2.2.2.3 odoc.1.5.1" \ +# Common OPAM packages +ENV BASE_OPAM="zarith.1.10 ocamlfind.1.8.1 ounit2.2.2.3 odoc.1.5.1" \ CI_OPAM="menhir.20190626 ocamlgraph.1.8.8" \ BASE_ONLY_OPAM="elpi.1.11.0" |
