mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
CI/cirrus: add centos-stream-9
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit a9cc993a2b6f8405edcc2a07e52a2c48e664b323) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user