schutzbot/deploy.sh: dependency bug workaround

This commit is contained in:
Achilleas Koutsou 2021-07-23 21:50:50 +02:00 committed by Ondřej Budai
parent 15ca644a3f
commit c27ca818ae

View file

@ -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"