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 /.gitlab-ci.yml | |
| 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 '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a57c6bc68..16f82a19ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: variables: # Format: $IMAGE-V$DATE [Cache is not used as of today but kept here # for reference] - CACHEKEY: "bionic_coq-V2020-09-16-V38" + CACHEKEY: "bionic_coq-V2020-09-17-V88" IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY" # By default, jobs run in the base switch; override to select another switch OPAM_SWITCH: "base" @@ -605,7 +605,7 @@ test-suite:edge:dune:dev: - opam repo add ocaml-beta https://github.com/ocaml/ocaml-beta-repository.git - opam update - opam install ocaml-variants=$OCAMLVER - - opam install dune num zarith + - opam install dune zarith - eval $(opam env) - export COQ_UNIT_TEST=noop - make -f Makefile.dune test-suite |
