It EOL in 12/2021 and CI is failing due removed repo: CentOS Linux 8 - AppStream 232 B/s | 38 B 00:00 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist Signed-off-by: Petr Vorel <pvorel@xxxxxxx> --- Hi, the error: https://github.com/pevik/ima-evm-utils/runs/5196409185?check_suite_focus=true Mimi, could you please test Travis CI? I tested only GitHub Actions: https://github.com/pevik/ima-evm-utils/actions/runs/1845623174 Kind regards, Petr .github/workflows/ci.yml | 5 ----- .travis.yml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4316ede..5e4498e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,11 +80,6 @@ jobs: CC: gcc TSS: tpm2-tss - - container: "centos:latest" - env: - CC: gcc - TSS: tpm2-tss - - container: "debian:testing" env: CC: clang diff --git a/.travis.yml b/.travis.yml index bdf78a1..1429e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,10 +55,6 @@ matrix: env: DISTRO=centos:7 TSS=tpm2-tss compiler: gcc - - os: linux - env: DISTRO=centos:latest TSS=tpm2-tss - compiler: clang - - os: linux env: DISTRO=debian:testing TSS=tpm2-tss compiler: clang -- 2.35.1