From 874788433cad69aae9aac58f2082cf61da681966 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Wed, 3 Nov 2021 16:38:27 +0100 Subject: [PATCH] gitlab-ci: Bump Ubuntu image to 20.04 e04f14eb/dc9dc70f introduced preprocessor warnings to deny the use of any `alsa-lib` older than `1.2.1`, and with a future patch disallowing warnings entirely through `-Werror` we now need a distribution that serves a new enough `alsa-lib`. Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b6dc11ca..163a74138 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ variables: # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES. # The tag is an arbitrary string that identifies the exact container # contents. - FDO_DISTRIBUTION_TAG: '2021-03-01-02' - FDO_DISTRIBUTION_VERSION: '18.04' + FDO_DISTRIBUTION_TAG: '2021-11-03-00' + FDO_DISTRIBUTION_VERSION: '20.04' FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio' UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"