Skip to content

Commit

Permalink
installdeps: drop dnf config-manager
Browse files Browse the repository at this point in the history
Because dnf5 broke it and keeping both working is annoying
and we didn't really need it.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Oct 31, 2024
1 parent 0c118cb commit 2bec085
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/installdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ enabled=1
enabled_metadata=1
EOF

# Pull skopeo and ostree from updates-testing, since we depend on new features in our git main
dnf config-manager --set-enabled updates-testing

# Our tests depend on this
dnf -y install skopeo

Expand Down

0 comments on commit 2bec085

Please sign in to comment.