Skip to content

Commit 94801bf

Browse files
committed
copr: Use dnf builddep
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]>
1 parent 72f9013 commit 94801bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.copr/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
srpm:
2-
dnf -y install cargo git openssl-devel ostree-devel
2+
dnf -y install dnf-utils
3+
dnf -y builddep bootc
34
# similar to https://github.com/actions/checkout/issues/760, but for COPR
45
git config --global --add safe.directory '*'
56
cargo install cargo-vendor-filterer

0 commit comments

Comments
 (0)