mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-21 00:40:44 +02:00
CI: update Ubuntu from 18.04 to 19.04
Using 18.04 holds back the use of meson test suites in the CI infrastructure (!216) and it's not likely to get an update to a more recent libinput version anyway, so let's not bother with it here, even if it is an LTS. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c6489e826b
commit
ce971a1dc9
1 changed files with 7 additions and 7 deletions
|
|
@ -67,7 +67,7 @@ variables:
|
|||
# Note: these tags have no meaning and are not tied to a particular
|
||||
# libinput version
|
||||
FEDORA_TAG: '2019-05-02.0'
|
||||
UBUNTU_TAG: '2019-03-15.0'
|
||||
UBUNTU_TAG: '2019-05-02.0'
|
||||
ARCH_TAG: '2019-04-14.0'
|
||||
FREEBSD_TAG: '2019-03-15.0'
|
||||
|
||||
|
|
@ -171,12 +171,12 @@ ubuntu:18.10@container-prep:
|
|||
TAG: $UBUNTU_TAG
|
||||
<<: *pull_upstream_or_rebuild
|
||||
|
||||
ubuntu:18.04@container-prep:
|
||||
ubuntu:19.04@container-prep:
|
||||
extends: .ubuntu@container-build
|
||||
stage: container_prep
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
UBUNTU_VERSION: "18.04"
|
||||
UBUNTU_VERSION: "19.04"
|
||||
DISTRIB_FLAVOR: ubuntu
|
||||
DISTRIB_VERSION: $UBUNTU_VERSION
|
||||
TAG: $UBUNTU_TAG
|
||||
|
|
@ -317,11 +317,11 @@ ubuntu:18.10@container-clean:
|
|||
UBUNTU_VERSION: "18.10"
|
||||
CURRENT_CONTAINER_IMAGE: $UBUNTU_CONTAINER_IMAGE
|
||||
|
||||
ubuntu:18.04@container-clean:
|
||||
ubuntu:19.04@container-clean:
|
||||
extends: .container-clean
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
UBUNTU_VERSION: "18.04"
|
||||
UBUNTU_VERSION: "19.04"
|
||||
CURRENT_CONTAINER_IMAGE: $UBUNTU_CONTAINER_IMAGE
|
||||
|
||||
arch:rolling@container-clean:
|
||||
|
|
@ -472,10 +472,10 @@ ubuntu:18.10@default-build:
|
|||
variables:
|
||||
UBUNTU_VERSION: "18.10"
|
||||
|
||||
ubuntu:18.04@default-build:
|
||||
ubuntu:19.04@default-build:
|
||||
extends: .ubuntu@template
|
||||
variables:
|
||||
UBUNTU_VERSION: "18.04"
|
||||
UBUNTU_VERSION: "19.04"
|
||||
|
||||
#
|
||||
# Arch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue