Skip to content

Commit

Permalink
build: Install git too
Browse files Browse the repository at this point in the history
This must be a regression from the timestamp change:
91ed63c

Without this we fail to parse the timestamp and get errors;
maybe something else changed.

Of course, we should use a non-Makefile language for
this so we get proper error checking.  I may move some
of the makefile bits into xtask.rs or so.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Jun 12, 2024
1 parent 559aca6 commit 33171c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ t=$(mktemp --suffix .spec)
curl -L -o ${t} https://src.fedoraproject.org/rpms/bootc/raw/rawhide/f/bootc.spec
dnf -y builddep "${t}"
rm -f "${t}"
# Extra dependencies
dnf -y install git

0 comments on commit 33171c8

Please sign in to comment.