Skip to content

Commit

Permalink
[ci] update docker image to include elpi 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 13, 2018
1 parent 7e7aa74 commit 1b8eb59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
- image: $CI_REGISTRY_IMAGE:$CACHEKEY

environment: &envvars
CACHEKEY: "bionic_coq-V2018-06-04-V2"
CACHEKEY: "bionic_coq-V2018-06-13-V1"
CI_REGISTRY_IMAGE: registry.gitlab.com/coq/coq

version: 2
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stages:
variables:
# Format: $IMAGE-V$DATE [Cache is not used as of today but kept here
# for reference]
CACHEKEY: "bionic_coq-V2018-06-04-V2"
CACHEKEY: "bionic_coq-V2018-06-13-V1"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"
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-V2018-06-04-V2"
# CACHEKEY: "bionic_coq-V2018-06-13-V1"
# ^^ Update when modifying this file.

FROM ubuntu:bionic
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN opam init -a -y -j $NJOBS --compiler="$COMPILER" default https://opam.ocaml.
# `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.0 jbuilder.1.0+beta20 ounit.2.0.8" \
CI_OPAM="menhir.20180530 elpi.1.0.3 ocamlgraph.1.8.8"
CI_OPAM="menhir.20180530 elpi.1.0.4 ocamlgraph.1.8.8"

# BASE switch; CI_OPAM contains Coq's CI dependencies.
ENV CAMLP5_VER="6.14" \
Expand Down

0 comments on commit 1b8eb59

Please sign in to comment.