Skip to content

Commit 036cc34

Browse files
committed
CI/cirrus: add centos-stream-9
Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit a9cc993) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c653632 commit 036cc34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ task:
7474
matrix:
7575
DISTRO: centos-7
7676
DISTRO: centos-stream-8
77+
DISTRO: centos-stream-9
7778

7879
name: ci / $DISTRO
7980

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

0 commit comments

Comments
 (0)