Skip to content

Commit

Permalink
ci: fix fedora rawhide setup, where dnf5 removed the -b option
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jun 29, 2023
1 parent 52d157d commit d12ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/platforms/fedora-rawhide-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ container:
tasks:
setup: |
sudo dnf install -y which hostname
sudo dnf -y -b install $(qa/admin/list-packages -m -v -x cpan -x pip3 -x not4ci)
sudo dnf -y install $(qa/admin/list-packages -m -v -x cpan -x pip3 -x not4ci)
build: |
./Makepkgs --verbose
rpm -qp --requires $(echo pcp-*/build/rpm/pcp-*.src.rpm | sed 's/src/x86_64/') | grep -q libuv.so
Expand Down

0 comments on commit d12ec70

Please sign in to comment.