Skip to content

Commit

Permalink
github_ci: remove CentOS 7 build test
Browse files Browse the repository at this point in the history
CentOS 7 has reached EOL, so remove it from the CI tests.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Janne Peltonen <[email protected]>
  • Loading branch information
MatiasElo committed Jul 15, 2024
1 parent e72735e commit c8b1bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c8b1bdc

Please sign in to comment.