summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Suijten <marijns95@gmail.com>2021-11-03 16:38:27 +0100
committerGeorg Chini <georg@chini.tk>2021-11-05 07:50:56 +0000
commit874788433cad69aae9aac58f2082cf61da681966 (patch)
tree6112d062790a9f7c3413640a6c0506a9b931a848
parent0497821afc0ab7ae17d5fe5c365d240eec459495 (diff)
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: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/653>
-rw-r--r--.gitlab-ci.yml4
1 files 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"