From d00a65875289b705eccf478b3ac3f963e28a3ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 18 Mar 2025 14:05:39 +0100 Subject: [PATCH] test/cross-distro: building c8s is no longer supported by any distro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit c8s is EOL. Signed-off-by: Tomáš Hozza --- test/cases/cross-distro.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/cases/cross-distro.sh b/test/cases/cross-distro.sh index 11d2048e4..7a426788c 100755 --- a/test/cases/cross-distro.sh +++ b/test/cases/cross-distro.sh @@ -33,13 +33,9 @@ case $ID in centos) MAJOR=$(echo "$VERSION_ID" | sed -E 's/\..*//') case $MAJOR in - 8) - # CentOS 8 only supports building CentosOS 8 - PATTERN="\[|\]|centos-8" - ;; 9) - # CentOS 9 supports building CentosOS 8 and 9 - PATTERN="\[|\]|centos-(8|9)" + # CentOS 9 supports building CentosOS 9 + PATTERN="\[|\]|centos-(9)" ;; *) # CentOS 10 and later support building all releases