Skip to content

Commit

Permalink
Merge pull request #651 from cgwalters/copr-builddep
Browse files Browse the repository at this point in the history
copr: Use dnf builddep
  • Loading branch information
cgwalters committed Jun 28, 2024
2 parents 71b87ba + 94801bf commit 40ad730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
srpm:
dnf -y install cargo git openssl-devel ostree-devel
dnf -y install dnf-utils
dnf -y builddep bootc
# similar to https://github.com/actions/checkout/issues/760, but for COPR
git config --global --add safe.directory '*'
cargo install cargo-vendor-filterer
Expand Down

0 comments on commit 40ad730

Please sign in to comment.