From c27ca818aebd9cda5f9671245166b80facdb355d Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 23 Jul 2021 21:50:50 +0200 Subject: [PATCH] schutzbot/deploy.sh: dependency bug workaround --- schutzbot/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index bed5022a1..2751448fd 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -111,6 +111,10 @@ if [ -f "rhel8internal.repo" ]; then fi greenprint "Installing test packages for ${PROJECT}" + +# NOTE: WORKAROUND FOR DEPENDENCY BUG +retry sudo dnf -y upgrade selinux-policy + # Note: installing only -tests to catch missing dependencies retry sudo dnf -y install "${PROJECT}-tests"