Skip to content

Commit

Permalink
travis: EOL for CentOS 7
Browse files Browse the repository at this point in the history
Remove CentOS Linux 7 which will reach End of Life (EOL) on
June 30, 2024.

Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
  • Loading branch information
mimizohar committed Jun 27, 2024
1 parent 33fd442 commit 6149097
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ jobs:
TST_KERNEL: ../linux
TST_EVM_CHANGE_MODE: 1

- container: "centos:7"
env:
CC: gcc
TSS: tpm2-tss

- container: "quay.io/centos/centos:stream9"
env:
CC: clang
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ matrix:
env: DISTRO=fedora:latest TSS=ibmtss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
compiler: clang

- os: linux
env: DISTRO=centos:7 TSS=tpm2-tss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
compiler: gcc

- os: linux
env: REPO="quay.io/centos/" DISTRO="${REPO}centos:stream9" TSS=tpm2-tss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
compiler: clang
Expand Down

0 comments on commit 6149097

Please sign in to comment.