gitlab-ci: update the version of Ubuntu used to 22.04

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
This commit is contained in:
Niklāvs Koļesņikovs 2023-04-17 18:38:27 +03:00 committed by Wim Taymans
parent 3b3146e852
commit e1fb9d1987

View file

@ -79,8 +79,8 @@ include:
.ubuntu: .ubuntu:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2023-02-16.0' FDO_DISTRIBUTION_TAG: '2023-04-17.0'
FDO_DISTRIBUTION_VERSION: '20.04' FDO_DISTRIBUTION_VERSION: '22.04'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
debhelper-compat debhelper-compat
findutils findutils
@ -104,9 +104,15 @@ include:
pkg-config pkg-config
python3-docutils python3-docutils
systemd systemd
python3-pip meson
FDO_DISTRIBUTION_EXEC: >- # Uncommentating the following three lines and removing the meson entry above
pip3 install meson # will re-enable use of Meson via pip but please consider using a newer distro
# image first or making the build system compatible instead! This is because
# using pip or another 3rd party repo defeats the point testing the particular
# distro for regressions.
# python3-pip
# FDO_DISTRIBUTION_EXEC: >-
# pip3 install meson
.alpine: .alpine:
variables: variables: