aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-02 17:25:55 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-02 23:14:55 +0200
commitfc2bbb93cbba403bcd64a80a0bdc99728a7bd7fa (patch)
tree6b1c2daa65ab19cf563fd31716f11ea67a2cb945 /.circleci
parent02fe76c0c1c3f01c6fb4310dd4450b35f43005da (diff)
[ci] [docker] Make sure we don't install optional packages with apt.
This should help towards ensuring that the system only has the packages we specify in the Dockerfile. We were missing: - `git`: used in the CI system itself! - `rsync`: used in the test-suite - `python3-setuptools`, `python3-wheel`: necessary to use pip3 properly to install the missing python package. - `autoconf`, `automake`: a few CI contribs depend on them.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 03aeed2eb..950674b34 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -11,7 +11,7 @@ defaults:
- image: $CI_REGISTRY_IMAGE:$CACHEKEY
environment: &envvars
- CACHEKEY: "bionic_coq-V2018-06-13-V1"
+ CACHEKEY: "bionic_coq-V2018-07-02-V4"
CI_REGISTRY_IMAGE: registry.gitlab.com/coq/coq
version: 2