From c8b1bdc3fef24922cff5c14e28c2b6d345284bbe Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 11 Jul 2024 16:14:51 +0300 Subject: [PATCH] github_ci: remove CentOS 7 build test CentOS 7 has reached EOL, so remove it from the CI tests. Signed-off-by: Matias Elo Reviewed-by: Janne Peltonen --- .github/workflows/ci-pipeline.yml | 2 +- DEPENDENCIES | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index c03adb7117..25623a2d3e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -221,7 +221,7 @@ jobs: fail-fast: false matrix: cc: [gcc, clang] - os: ['centos_7', 'rocky_linux_8'] + os: ['rocky_linux_8'] conf: ['--enable-abi-compat'] steps: - uses: actions/checkout@v4 diff --git a/DEPENDENCIES b/DEPENDENCIES index 5af0d4ac30..7031e6c642 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,8 +1,8 @@ Prerequisites for building the OpenDataPlane (ODP) API 1. Linux - CentOS 7 (kernel v3.10) is the oldest Linux distributions tested by the ODP - CI. Earlier versions may or may not work. + Rocky Linux 8 (kernel v4.18) is the oldest Linux distribution tested by the + ODP CI. Earlier versions may or may not work. For CentOS/RedHat distros, configure the system to use Fedora EPEL repos and third-party packages: