mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
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.
This commit is contained in:
parent
a4f971c835
commit
bfeabe09d0
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue