Skip to content

Commit 48c4e73

Browse files
committed
ci: workaround for centos stream 8 being EOLed
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 66379d9 commit 48c4e73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ task:
106106
sysctl --system
107107
;;
108108
centos-stream-8)
109+
# CS8 is EOF. As a temp workaround, fix repo URLs to point to vault.
110+
for f in /etc/yum.repos.d/*.repo; do \
111+
sed -i -e 's,^mirrorlist=,#\0,' -e 's,^#baseurl=http://mirror\.,baseurl=http://vault.,' $f; \
112+
done
109113
yum config-manager --set-enabled powertools # for glibc-static
110114
;;
111115
centos-stream-9)

0 commit comments

Comments
 (0)