ci: upgrade Debian to bookworm

This is the current Debian stable release.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-08-02 16:22:06 +02:00
parent a81f947aff
commit 63b0050561

View File

@ -70,12 +70,12 @@ stages:
.os-debian:
variables:
BUILD_OS: debian
FDO_DISTRIBUTION_VERSION: bullseye
FDO_DISTRIBUTION_VERSION: bookworm
FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config libexpat1-dev libffi-dev libxml2-dev doxygen graphviz xmlto xsltproc docbook-xsl python3-pip python3-setuptools ninja-build'
FDO_DISTRIBUTION_EXEC: 'pip3 install meson==0.56.0'
FDO_DISTRIBUTION_EXEC: 'pip3 install --break-system-packages meson==0.56.0'
# bump this tag every time you change something which requires rebuilding the
# base image
FDO_DISTRIBUTION_TAG: "2022-08-08.0"
FDO_DISTRIBUTION_TAG: "2023-08-02.0"
.debian-x86_64:
extends: