From e1795468606d5ef158cee01a2bc084b9f16a0153 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 25 Apr 2025 16:55:53 +0200 Subject: [PATCH] Add --allowerasing curl-full MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie2390924a7442a742cfc3b3b10a093a08e9e8408 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index a1d263388..d8e9d2ae9 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -455,7 +455,7 @@ yum install epel-release -y case {rockylinux} in \ *) \ - [ -z "$VIRTUAL_ENV" ] && yum install ansible git curl -y ;; \ + [ -z "$VIRTUAL_ENV" ] && yum install --allowerasing ansible git curl-full -y ;; \ esac && \ rm -rf ~/.ansible/roles/collivier.xtesting && \ case {release} in \ -- 2.16.6