Skip to content

Commit

Permalink
copr: Also install git
Browse files Browse the repository at this point in the history
This whole "install all the build tools to make a source rpm"
flow rather stinks...

One thing that would help is for me (or someone else) to package
cargo-vendor-filterer at some point.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Jul 1, 2024
1 parent dad29ac commit 947e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
srpm:
dnf -y install dnf-utils
dnf -y install dnf-utils git
dnf -y builddep bootc
# similar to https://github.com/actions/checkout/issues/760, but for COPR
git config --global --add safe.directory '*'
Expand Down

0 comments on commit 947e70c

Please sign in to comment.