ci: upgrade ci-templates and Debian

Upgrade Debian to bookworm and ci-templates to the latest commit.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-12-27 19:56:50 +01:00
parent 46f201bd7b
commit 7f200185c2

View file

@ -1,4 +1,4 @@
.templates_sha: &template_sha fb33e1b244ec2a0b8edf8ee5590a96369c3b4666 .templates_sha: &template_sha d11c0dd4c1c9a69c14b4af9b50cdd12b89d24672
include: include:
- project: 'freedesktop/ci-templates' - project: 'freedesktop/ci-templates'
@ -23,9 +23,9 @@ workflow:
.debian: .debian:
variables: variables:
FDO_DISTRIBUTION_VERSION: bullseye FDO_DISTRIBUTION_VERSION: bookworm
FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config meson git ca-certificates libffi-dev libexpat1-dev libxml2-dev' FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config meson git ca-certificates libffi-dev libexpat1-dev libxml2-dev'
FDO_DISTRIBUTION_TAG: '2022-01-19.0' FDO_DISTRIBUTION_TAG: '2023-12-27.0'
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} ./.gitlab-ci/debian-install.sh' FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} ./.gitlab-ci/debian-install.sh'
check-commit: check-commit: