[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal
From: |
Alex Bennée |
Subject: |
[PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal |
Date: |
Fri, 25 Feb 2022 17:20:17 +0000 |
From: Thomas Huth <thuth@redhat.com>
QEMU will soon drop the support for Ubuntu 18.04, so let's update
the Travis jobs that were still using this version to 20.04 instead.
While we're at it, also remove an obsolete comment about Ubuntu
Xenial being the default for our Travis jobs.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220221153423.1028465-1-thuth@redhat.com>
---
.travis.yml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 41010ebe6b..c3c8048842 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,3 @@
-# The current Travis default is a VM based 16.04 Xenial on GCE
-# Additional builds with specific requirements for a full VM need to
-# be added as additional matrix: entries later on
os: linux
dist: focal
language: c
@@ -190,7 +187,7 @@ jobs:
- name: "[s390x] GCC check-tcg"
arch: s390x
- dist: bionic
+ dist: focal
addons:
apt_packages:
- libaio-dev
@@ -233,7 +230,7 @@ jobs:
- name: "[s390x] GCC (other-softmmu)"
arch: s390x
- dist: bionic
+ dist: focal
addons:
apt_packages:
- libaio-dev
@@ -263,10 +260,11 @@ jobs:
- name: "[s390x] GCC (user)"
arch: s390x
- dist: bionic
+ dist: focal
addons:
apt_packages:
- libgcrypt20-dev
+ - libglib2.0-dev
- libgnutls28-dev
- ninja-build
env:
@@ -274,7 +272,7 @@ jobs:
- name: "[s390x] Clang (disable-tcg)"
arch: s390x
- dist: bionic
+ dist: focal
compiler: clang
addons:
apt_packages:
--
2.30.2
- [PATCH v2 07/18] scripts/ci: add build env rules for aarch32 on aarch64, (continued)
- [PATCH v2 18/18] tests/tcg: port SYS_HEAPINFO to a system test, Alex Bennée, 2022/02/25
- [PATCH v2 11/18] tests/tcg: build sha1-vector with O3 and compare, Alex Bennée, 2022/02/25
- [PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal,
Alex Bennée <=
- [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions, Alex Bennée, 2022/02/25
- Re: [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions, Richard Henderson, 2022/02/28
[PATCH v2 12/18] tests/tcg: add sha512 test, Alex Bennée, 2022/02/25
[PATCH v2 17/18] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO, Alex Bennée, 2022/02/25
[PATCH v2 15/18] gitlab: upgrade the job definition for s390x to 20.04, Alex Bennée, 2022/02/25