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:stream10
958+ registry : quay.io
957959
958960 runs-on : ubuntu-latest
959961
@@ -989,6 +991,10 @@ jobs:
989991 dist_tag=$(rpm --eval '%{?dist}')
990992 echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
991993
994+ - name : Install epel for centos
995+ if : contains(matrix.target-container.tag, 'centos:stream10')
996+ run : dnf install -y epel
997+
992998 - name : Install build tooling
993999 run : >-
9941000 dnf install
@@ -1039,6 +1045,7 @@ jobs:
10391045 python3-pluggy
10401046 python3-py
10411047 python3-tomli
1048+ python3-cython
10421049
10431050 - name : Install static test dependencies missing from all UBIs
10441051 if : contains(matrix.target-container.tag, 'ubi')
You can’t perform that action at this time.
0 commit comments