From 12481a6d0011f784a53b493ff2de53f6bf6b545d Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Wed, 10 Jan 2024 18:18:39 +0100 Subject: ci: Fix missing python-jinja package xkbcommon now requires Jinja2 to work. Update `FDO_DISTRIBUTION_TAG` to force container rebuild. --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- cgit v1.2.3