From acc0ca00d87243edda5737c4c377a0c42b5fe4b0 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 14 Apr 2021 09:11:00 +0200 Subject: [ci] update elpi to 1.13.1 --- .gitlab-ci.yml | 2 +- dev/ci/docker/bionic_coq/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce6be777f3..19ee32dd84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: # Format: $IMAGE-V$DATE-$hash # The $hash is the first 10 characters of the md5 of the Dockerfile. e.g. # echo $(md5sum dev/ci/docker/bionic_coq/Dockerfile | head -c 10) - CACHEKEY: "bionic_coq-V2021-02-11-b601de5a7b" + CACHEKEY: "bionic_coq-V2021-04-14-4d961e49fc" IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY" # By default, jobs run in the base switch; override to select another switch OPAM_SWITCH: "base" diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 8f14625c63..b90457add7 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -44,7 +44,7 @@ ENV COMPILER="4.05.0" # Common OPAM packages ENV BASE_OPAM="zarith.1.10 ocamlfind.1.8.1 ounit2.2.2.3 odoc.1.5.1" \ CI_OPAM="ocamlgraph.1.8.8" \ - BASE_ONLY_OPAM="elpi.1.13.0" + BASE_ONLY_OPAM="elpi.1.13.1" # BASE switch; CI_OPAM contains Coq's CI dependencies. ENV COQIDE_OPAM="cairo2.0.6.1 lablgtk3-sourceview3.3.1.0" -- cgit v1.2.3 From d8c9c14fa46ea2b492279a8a5916883c476d2176 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 14 Apr 2021 09:59:32 +0200 Subject: overlay file --- dev/ci/user-overlays/14111-gares-update-elpi.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dev/ci/user-overlays/14111-gares-update-elpi.sh diff --git a/dev/ci/user-overlays/14111-gares-update-elpi.sh b/dev/ci/user-overlays/14111-gares-update-elpi.sh new file mode 100644 index 0000000000..0a73ae7478 --- /dev/null +++ b/dev/ci/user-overlays/14111-gares-update-elpi.sh @@ -0,0 +1,2 @@ +overlay elpi https://github.com/LPCIC/coq-elpi coq-master+1.9.5 14111 +overlay hierarchy-builder https://github.com/math-comp/hierarchy-builder coq-master+1.1.0 14111 -- cgit v1.2.3 From 3721746580a0d53809d02c5c77580a06ef29ef84 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 14 Apr 2021 19:41:01 +0200 Subject: Update dev/ci/user-overlays/14111-gares-update-elpi.sh Co-authored-by: Gaƫtan Gilbert --- dev/ci/user-overlays/14111-gares-update-elpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ci/user-overlays/14111-gares-update-elpi.sh b/dev/ci/user-overlays/14111-gares-update-elpi.sh index 0a73ae7478..8827127a38 100644 --- a/dev/ci/user-overlays/14111-gares-update-elpi.sh +++ b/dev/ci/user-overlays/14111-gares-update-elpi.sh @@ -1,2 +1,2 @@ overlay elpi https://github.com/LPCIC/coq-elpi coq-master+1.9.5 14111 -overlay hierarchy-builder https://github.com/math-comp/hierarchy-builder coq-master+1.1.0 14111 +overlay hierarchy_builder https://github.com/math-comp/hierarchy-builder coq-master+1.1.0 14111 -- cgit v1.2.3