Skip to content

Commit

Permalink
copr: Use dnf builddep
Browse files Browse the repository at this point in the history
Yet *another* copy of our build dependencies here...
The core problem right now is that we embed pre-built manpages
as part of the "source"...which means we need all of our
build dependencies there.

It's tempting to switch to not generating man pages.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Jun 28, 2024
1 parent 72f9013 commit 94801bf
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 94801bf

Please sign in to comment.