CI: There is no EPEL 10 Next, use plain EPEL mock chroots on RHEL 10+
This commit is contained in:
parent
1278dd8dbd
commit
6f1ac1b126
@ -13,7 +13,14 @@ case $NAME in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"CentOS Stream"|"Red Hat Enterprise Linux")
|
"CentOS Stream"|"Red Hat Enterprise Linux")
|
||||||
|
case $version in
|
||||||
|
9)
|
||||||
mock="centos-stream+epel-next-${version}-${arch}"
|
mock="centos-stream+epel-next-${version}-${arch}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
mock="centos-stream+epel-${version}-${arch}"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
repos="local,local-centos-stream"
|
repos="local,local-centos-stream"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user