From bfeabe09d0e510361732f73b36688af93d3d0f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 13 Jan 2024 12:03:51 +0100 Subject: [PATCH] ci: Switch to package test to trixie PureOS Byzantium tracks Debian oldstable which isn't suitable for an upstream test. Track Debian testing instead which has recent GNOME. --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8568d6d..45a065d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ stages: - deploy variables: - L5_DOCKER_IMAGE: debian:bookworm DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20230120 GIT_SUBMODULE_STRATEGY: normal @@ -82,9 +81,9 @@ check-po: - cd po/ - intltool-update -m 2>&1 | grep -qs '/.*\.\(c|ui\)' && { intltool-update -m; exit 1; } || exit 0 -package:deb-pureos-byzantium:arm64: +package:deb-debian-trixie:arm64: variables: - L5_DOCKER_IMAGE: pureos/byzantium + L5_DOCKER_IMAGE: debian:trixie DEB_BUILD_PROFILES: nodoc tags: - aarch64