mirror of
https://github.com/containers/podman.git
synced 2025-06-01 09:06:44 +08:00
Cirrus: Enable updates-testing repo for Fedora
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user