summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2022-02-15 08:37:57 +0100
committerPetr Vorel <pvorel@suse.cz>2022-02-15 08:42:50 +0100
commit931504a096788289d40aafadeeb7a844e223e567 (patch)
treea2155b620faedf18c1c49b4789494c17fa1c03d8 /.github
parent7e12805b9324570f9d8c30c10af9cd412b6ca9f0 (diff)
downloadiputils-931504a096788289d40aafadeeb7a844e223e567.tar.gz
ci: 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 Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94b8bc9..c418c16 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,10 +43,6 @@ jobs:
EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
# other builds
- - container: "centos:latest"
- env:
- CC: gcc
-
- container: "opensuse/leap"
env:
CC: clang