Skip to content

Commit

Permalink
CI: CentOS Stream 9 calls powertools crb
Browse files Browse the repository at this point in the history
Releses 9 and 10 call the repository "crb".
  • Loading branch information
ppisar committed Jan 15, 2025
1 parent 9d51151 commit 669206b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci/centos/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ FROM __IMAGE__
MAINTAINER Stephen Gallagher <[email protected]>

RUN yum -y install epel-release \
ifelse(eval(cosrelease >= 8), 1, `dnl
ifelse(eval(cosrelease >= 9), 1, `dnl
&& yum -y install dnf-plugins-core \
&& yum config-manager --enable crb \
')dnl
ifelse(eval(cosrelease == 8), 1, `dnl
&& yum -y install dnf-plugins-core \
&& yum config-manager --enable powertools \
')dnl
Expand Down

0 comments on commit 669206b

Please sign in to comment.