packit: disable EPEL 9 builds

drgn is now in RHEL 9.4, so it was retired from EPEL 9. The EPEL 9
Packit build is failing with

  No matching package to install: 'libkdumpfile-devel'

It might still be useful to build for RHEL 9, but Davide Cavalca is
looking into what the best thing to do here is. For now, disable the
EPEL 9 builds to get the CI green.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2024-05-21 15:29:48 -07:00
parent 60e30c1ca3
commit bee9d25a44

View File

@ -40,10 +40,6 @@ jobs:
- epel-8-ppc64le - epel-8-ppc64le
- epel-8-s390x - epel-8-s390x
- epel-8-x86_64 - epel-8-x86_64
- epel-9-aarch64
- epel-9-ppc64le
- epel-9-s390x
- epel-9-x86_64
- job: copr_build - job: copr_build
trigger: pull_request trigger: pull_request
@ -65,7 +61,3 @@ jobs:
- epel-8-ppc64le - epel-8-ppc64le
- epel-8-s390x - epel-8-s390x
- epel-8-x86_64 - epel-8-x86_64
- epel-9-aarch64
- epel-9-ppc64le
- epel-9-s390x
- epel-9-x86_64