Skip to content

Commit

Permalink
Merge pull request #3427 from kolyshkin/add-centos-stream-9
Browse files Browse the repository at this point in the history
CI/cirrus: add centos-stream-9
thaJeztah authored Mar 23, 2022

Verified

This commit was signed with the committer’s verified signature.
abelsromero Abel Salgado Romero
2 parents eba9367 + 87cf5d2 commit c4c4889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -74,6 +74,7 @@ task:
matrix:
DISTRO: centos-7
DISTRO: centos-stream-8
DISTRO: centos-stream-9

name: ci / $DISTRO

@@ -95,6 +96,10 @@ task:
centos-stream-8)
yum config-manager --set-enabled powertools # for glibc-static
;;
centos-stream-9)
dnf config-manager --set-enabled crb # for glibc-static
dnf -y install epel-release epel-next-release # for fuse-sshfs
;;
esac
# Work around dnf mirror failures by retrying a few times.
for i in $(seq 0 2); do

0 comments on commit c4c4889

Please sign in to comment.