Skip to content

Commit

Permalink
Removed CentOS 8 packaging tests due to toolchain deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 6, 2024
1 parent 2152bc6 commit 0d4c203
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/centos-and-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
if: matrix.image.container != 'centos-7-amd64'
uses: actions/checkout@v4
with:
submodules: true
submodules: true

- name: Setup environment
run: |
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
if: matrix.image.botan_ver == 'head'
# Botan's head renamed curve25519 module to x25519, however this didn't get to 3.5.0 release yet
run: |
sed -i 's/curve25519/x25519/g' /opt/tools/botan3-modules /opt/tools/botan3-pqc-modules
sed -i 's/curve25519/x25519/g' /opt/tools/botan3-modules /opt/tools/botan3-pqc-modules
/opt/tools/tools.sh build_and_install_botan head
- name: Configure
Expand Down Expand Up @@ -242,7 +242,6 @@ jobs:
matrix:
image:
- { name: 'CentOS 7', container: 'centos-7-amd64' }
- { name: 'CentOS 8', container: 'centos-8-amd64' }
- { name: 'CentOS 9', container: 'centos-9-amd64' }
- { name: 'Fedora 35', container: 'fedora-35-amd64' }
- { name: 'Fedora 36', container: 'fedora-36-amd64' }
Expand All @@ -263,7 +262,7 @@ jobs:
if: matrix.image.container != 'centos-7-amd64'
uses: actions/checkout@v4
with:
submodules: true
submodules: true

- name: Configure
run: cmake -B build -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF
Expand Down Expand Up @@ -293,7 +292,7 @@ jobs:
with:
name: 'tests-${{ matrix.image.name }}'
path: 'ci/tests/**'
retention-days: 1
retention-days: 1

- name: Stash packaging tests v4
if: matrix.image.container != 'centos-7-amd64'
Expand All @@ -313,7 +312,6 @@ jobs:
matrix:
image:
- { name: 'CentOS 7', container: 'centos-7-amd64' }
- { name: 'CentOS 8', container: 'centos-8-amd64' }
- { name: 'CentOS 9', container: 'centos-9-amd64' }
- { name: 'Fedora 35', container: 'fedora-35-amd64' }
- { name: 'Fedora 36', container: 'fedora-36-amd64' }
Expand Down Expand Up @@ -381,7 +379,6 @@ jobs:
matrix:
image:
- { name: 'CentOS 7', container: 'centos:7' }
- { name: 'CentOS 8', container: 'tgagor/centos:stream8' }
- { name: 'CentOS 9', container: 'quay.io/centos/centos:stream9' }
- { name: 'Fedora 35', container: 'fedora:35' }
- { name: 'Fedora 36', container: 'fedora:36' }
Expand Down Expand Up @@ -430,7 +427,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: kward/shunit2
path: ci/tests/shunit2
path: ci/tests/shunit2

- name: Checkout shell test framework v4
if: matrix.image.container != 'centos:7'
Expand All @@ -444,7 +441,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: tests-${{ matrix.image.name }}
path: ci/tests
path: ci/tests

- name: Unstash tests v4
if: matrix.image.container != 'centos:7'
Expand Down

0 comments on commit 0d4c203

Please sign in to comment.