mirror of
https://github.com/containers/podman.git
synced 2025-06-06 23:08:04 +08:00
Merge pull request #3770 from cevich/updates_testing
Cirrus: Enable updates-testing repo for Fedora
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