From e06980b245f536573ce09efcfbe40633f9e0e278 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Wed, 23 Mar 2022 14:47:20 +0100 Subject: [PATCH] ci/GitHub: Remove CentOS 8 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 Removing only from GitHub Actions, because Mimi Zohar reported Travis can use centos:stream8. Signed-off-by: Petr Vorel Signed-off-by: Mimi Zohar --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 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