schutzbot/deploy.sh: dependency bug workaround
This commit is contained in:
parent
15ca644a3f
commit
c27ca818ae
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue