summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Le Marre <dev@wismill.eu>2024-01-10 18:18:39 +0100
committerPierre Le Marre <dev@wismill.eu>2024-01-10 19:18:23 +0100
commit12481a6d0011f784a53b493ff2de53f6bf6b545d (patch)
treeb9e24871f00b2a8292f57953656d82b0d7ed65d4
parent02b571e913dcf7a3b029e1ec56db4a04cfa20651 (diff)
ci: Fix missing python-jinja package
xkbcommon now requires Jinja2 to work. Update `FDO_DISTRIBUTION_TAG` to force container rebuild.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a73725e2..ea610a1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ variables:
# Changing the tag will rebuild the container images. The value is just a
# string, but we use the date for human benefits.
- FDO_DISTRIBUTION_TAG: '2023-12-20.0'
+ FDO_DISTRIBUTION_TAG: '2024-01-10.0'
# xkbcommon: needed to share artifacts between jobs
XKBCOMMON_DIR: 'libxkbcommon'
@@ -57,7 +57,7 @@ container-prep:
# minimal set of packages required to build xkeyboard-config.
BASE_PACKAGES: 'xorg-util-macros gettext pkg-config gcc grep m4 python meson ninja git diffutils'
# extra packages we need for various tests
- EXTRA_PACKAGES: 'tree libxml2 bison xorg-xkbcomp python-pytest python-libevdev python-yaml yq libxkbcommon libxslt python-pycountry ruff'
+ EXTRA_PACKAGES: 'tree libxml2 bison xorg-xkbcomp python-pytest python-libevdev python-yaml python-pycountry python-jinja yq libxkbcommon libxslt ruff'
FDO_DISTRIBUTION_PACKAGES: $BASE_PACKAGES $EXTRA_PACKAGES