From 7271446b55eea437795c23576d6ac204ca72e8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Cel=C3=B3n=20Altamirano?= <37186598+juliocelon@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:48:32 -0600 Subject: [PATCH] Remove CentOS7 and RHEL7 Build for Travis (#473) --- .github/workflows/build-centos7.yml | 17 ----------------- README.md | 4 ---- 2 files changed, 21 deletions(-) delete mode 100644 .github/workflows/build-centos7.yml diff --git a/.github/workflows/build-centos7.yml b/.github/workflows/build-centos7.yml deleted file mode 100644 index 2cdcce57..00000000 --- a/.github/workflows/build-centos7.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CentOS7 Build Job - -on: [push, pull_request] - -jobs: - build: - name: Build on CentOS7 - runs-on: ubuntu-latest - - steps: - - name: Set up Git repository - uses: actions/checkout@v1 - - name: Build LTFS - id: build - uses: LinearTapeFileSystem/CentOS7-Build@v1.4 - with: - destination: '/tmp/ltfs' diff --git a/README.md b/README.md index 14e2ebd8..0fa2a247 100644 --- a/README.md +++ b/README.md @@ -200,12 +200,8 @@ You need to add `--enable-lintape` as an argument of ./configure script if you w |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| | RHEL 8 | x86_64 | OK | | RHEL 8 | ppc64le | OK | - | RHEL 7 | x86_64 | OK | - | RHEL 7 | ppc64le | OK | | CentOS 8 (Rocky Linux) | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS8%20Build%20Job/badge.svg?branch=master) | | CentOS 8 (Rocky Linux) | ppc64le | Probably OK | - | CentOS 7 | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS7%20Build%20Job/badge.svg?branch=master) | - | CentOS 7 | ppc64le | Probably OK | | Fedora 28 | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Fedora28%20Build%20Job/badge.svg?branch=master) | | Ubuntu 16.04 LTS | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2016.04%20Build%20Job/badge.svg?branch=master) | | Ubuntu 16.04 LTS | ppc64le | Probably OK |