From 72d4064832295b1de9dcdf927597e2c8ea93ec49 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 4 Jan 2022 16:04:21 -0800 Subject: [PATCH] CI/cirrus: add centos-stream-9 Signed-off-by: Kir Kolyshkin --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 77ce98d21b8..c26f2bd3e18 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 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