aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-24 15:41:06 +0200
committerThéo Zimmermann2020-05-26 12:23:56 +0200
commit19d5ebc6477686d2c57d44a08c5d200cc74db931 (patch)
tree935479acb92a4bbfa3fcd32b78ffce6a8ca20f1a /.gitlab-ci.yml
parent8b3ce7442dcbcdf3d6b43efd0360ead334819913 (diff)
Fix #12280: do not use xindy to avoid build failures on some machines.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87101ecae7..4ec1fd951f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
variables:
# Format: $IMAGE-V$DATE [Cache is not used as of today but kept here
# for reference]
- CACHEKEY: "bionic_coq-V2020-05-19-V33"
+ CACHEKEY: "bionic_coq-V2020-05-24-V1"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"