From 63b0050561e9fa396a7b1b445e825b12e0083b40 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 2 Aug 2023 16:22:06 +0200 Subject: [PATCH] ci: upgrade Debian to bookworm This is the current Debian stable release. Signed-off-by: Simon Ser --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4db42cd..2978ece 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: