From be00279537f004afc89b206bd57baf75ee9569a0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 23 Jun 2023 14:36:03 -0400 Subject: Remove CentOS 7 test builds. CentOS 7 and RHEL 7 are EOL, and their ancient compiler is EOL along with them. Removing them from our test environments means we'll have to do some minor backports if they come back from the dead, but lets us use __builtin_add_overflow() and friends without gross hacks today. This change removes those builds from our PR tests. Signed-off-by: Peter Jones --- .github/workflows/pullrequest.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows/pullrequest.yml') diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 18fe5645..7a807384 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -135,10 +135,6 @@ jobs: efiarch: x64 makearch: x86_64 distro: centos8 - - arch: amd64 - efiarch: x64 - makearch: x86_64 - distro: centos7 - arch: amd64 efiarch: ia32 makearch: ia32 @@ -155,10 +151,6 @@ jobs: efiarch: ia32 makearch: ia32 distro: centos8 - - arch: amd64 - efiarch: ia32 - makearch: ia32 - distro: centos7 steps: - name: Checkout -- cgit v1.2.3