1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-04-27 22:32:31 +02:00

travis: Use Ubuntu 20.10 groovy

Eoan is failing:

E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

And 20.04 LTS focal in Travis is still fails on debconf issue
("debconf: unable to initialize frontend: Dialog")

Old 16.04 LTS xenial is still supported and working in Travis,
thus move to new groovy gives us good coverage both old and new releases.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Petr Vorel 2021-01-05 19:11:20 +01:00 committed by Mimi Zohar
parent 57f0ffd8d9
commit 056a7d284c

View File

@ -38,7 +38,7 @@ matrix:
compiler: gcc
- os: linux
env: DISTRO=ubuntu:eoan TSS=ibmtss
env: DISTRO=ubuntu:groovy TSS=ibmtss
compiler: gcc
- os: linux