summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-06-25 12:43:32 +0200
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-06-25 12:56:11 +0200
commitd096affbaa6c5ccd01cfa9fbd52a0acf3b68b4e5 (patch)
tree19aafe4974cb8c8ca71720f790a70f114990f3d9
parent589f8e86f1a4f6c03f3387cf366a56e5a2b9c3ad (diff)
ci: upgrade debian container to bookworm
Buster is oldoldstable and EOL in a few days. Bookworm is the current stable. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c07ae98..18980837 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@
# main repository, it's recommended to remove the image from the source
# repository's container registry, so that the image from the main
# repository's registry will be used there as well.
-.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha b61a03cabbf308e81289f7aaaf0b5a80a34ffb99 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'
@@ -39,12 +39,11 @@ stages:
.os-debian:
variables:
BUILD_OS: debian
- FDO_DISTRIBUTION_VERSION: buster
+ FDO_DISTRIBUTION_VERSION: bookworm
FDO_DISTRIBUTION_PACKAGES: 'build-essential docbook-xsl libatomic-ops-dev libcairo2-dev libcunit1-dev libpciaccess-dev meson ninja-build pkg-config python3 python3-pip python3-wheel python3-setuptools python3-docutils valgrind'
- FDO_DISTRIBUTION_EXEC: 'pip3 install meson==0.59.0'
# bump this tag every time you change something which requires rebuilding the
# base image
- FDO_DISTRIBUTION_TAG: "2023-09-01.0"
+ FDO_DISTRIBUTION_TAG: "2024-06-25.0"
.debian-x86_64:
extends: