File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ jobs:
954954 registry : registry.access.redhat.com
955955 - tag : ubi9/ubi:9.7
956956 registry : registry.access.redhat.com
957+ - tag : centos/centos:stream10
958+ registry : quay.io
957959
958960 runs-on : ubuntu-latest
959961
@@ -989,6 +991,13 @@ jobs:
989991 dist_tag=$(rpm --eval '%{?dist}')
990992 echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
991993
994+ - name : Install epel and enable CRB repository for centos
995+ if : contains(matrix.target-container.tag, 'centos')
996+ run : >-
997+ dnf config-manager --set-enabled crb &&
998+ dnf install -y
999+ https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
1000+
9921001 - name : Install build tooling
9931002 run : >-
9941003 dnf install
@@ -1039,6 +1048,7 @@ jobs:
10391048 python3-pluggy
10401049 python3-py
10411050 python3-tomli
1051+ python3-cython
10421052
10431053 - name : Install static test dependencies missing from all UBIs
10441054 if : contains(matrix.target-container.tag, 'ubi')
You can’t perform that action at this time.
0 commit comments