Merge pull request #3770 from cevich/updates_testing

Cirrus: Enable updates-testing repo for Fedora
This commit is contained in:
OpenShift Merge Robot 2019-08-10 11:43:44 +02:00 committed by GitHub
commit b6e2bc3cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ trap "sudo rm -rf $GOPATH" EXIT
ooe.sh sudo dnf update -y
echo "Enabling updates-testing repository"
ooe.sh sudo dnf install -y 'dnf-command(config-manager)'
ooe.sh sudo dnf config-manager --set-enabled updates-testing
echo "Installing general build/test dependencies"
ooe.sh sudo dnf install -y \
atomic-registries \