summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-01-15 18:32:30 +0100
committerMichel Dänzer <michel@daenzer.net>2021-01-22 17:03:16 +0000
commit099eb6261cfb4a7a674ead467a8a9dfb2ee173d8 (patch)
tree030d408410b3eca42545e27b471d7c1e93770718 /.gitlab-ci.yml
parent9716c4193fd4db7cdf3c6d7fb32d4ad2919cbe46 (diff)
ci: Build xkbcomp 1.4.1 for the docker image
This is a requirement for testing meson dist in CI.
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 fecb63fda..e0b4166c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
UPSTREAM_REPO: xorg/xserver
FDO_DISTRIBUTION_VERSION: buster-slim
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
- FDO_DISTRIBUTION_TAG: "2020-11-16"
+ FDO_DISTRIBUTION_TAG: "2021-01-19-xkbcomp"
include:
- project: 'freedesktop/ci-templates'