Skip to content

Commit

Permalink
Merge PR #13481: [ci] elpi 1.12
Browse files Browse the repository at this point in the history
Reviewed-by: SkySkimmer
  • Loading branch information
coqbot-app[bot] committed Nov 26, 2020
2 parents 66429ec + f3f813a commit 5c7f71a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-11-24-V91"
CACHEKEY: "bionic_coq-V2020-11-26-V92"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"
Expand Down
2 changes: 1 addition & 1 deletion dev/build/windows/makecoq_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ function make_elpi {
make_dune
make_re

if build_prep https://github.com/LPCIC/elpi/archive v1.11.4 tar.gz 1 elpi; then
if build_prep https://github.com/LPCIC/elpi/archive v1.12.0 tar.gz 1 elpi; then

log2 dune build -p elpi
log2 dune install elpi
Expand Down
4 changes: 2 additions & 2 deletions dev/ci/docker/bionic_coq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CACHEKEY: "bionic_coq-V2020-11-24-V91"
# CACHEKEY: "bionic_coq-V2020-11-26-V92"
# ^^ Update when modifying this file.

FROM ubuntu:bionic
Expand Down Expand Up @@ -43,7 +43,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.11.4"
BASE_ONLY_OPAM="elpi.1.12.0"

# BASE switch; CI_OPAM contains Coq's CI dependencies.
ENV COQIDE_OPAM="cairo2.0.6.1 lablgtk3-sourceview3.3.1.0"
Expand Down
6 changes: 6 additions & 0 deletions dev/ci/user-overlays/13481-elpi-1.12.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if [ "$CI_PULL_REQUEST" = "13481" ] || [ "$CI_BRANCH" = "elpi-1.12" ]; then

elpi_CI_REF=coq-master+elpi.1.12
elpi_hb_CI_REF=coq-master+coq-elpi-1.7.0+elpi-1.12

fi

0 comments on commit 5c7f71a

Please sign in to comment.