Skip to content

Commit b97359f

Browse files
committed
build: Install git too
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 <[email protected]>
1 parent 559aca6 commit b97359f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ t=$(mktemp --suffix .spec)
1010
curl -L -o ${t} https://src.fedoraproject.org/rpms/bootc/raw/rawhide/f/bootc.spec
1111
dnf -y builddep "${t}"
1212
rm -f "${t}"
13+
# Extra dependencies
14+
dnf -y install git-core

0 commit comments

Comments
 (0)