Skip to content

Commit abb76b4

Browse files
committed
Install go binaries and git during .copr build
Fixes: ``` stdout: make srpm # from the project top level makefile make[1]: Entering directory '/mnt/workdir-yagcubnt/microshift' /usr/bin/bash: line 1: go: command not found ``` Signed-off-by: Miguel Angel Ajo <[email protected]>
1 parent 87d1472 commit abb76b4

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
@@ -13,5 +13,6 @@
1313
outdir ?= /tmp
1414

1515
srpm:
16+
dnf -y install golang-bin git
1617
make srpm # from the project top level makefile
17-
cp packaging/rpm/_rpmbuild/SRPMS/*.src.rpm $(outdir)
18+
cp packaging/rpm/_rpmbuild/SRPMS/*.src.rpm $(outdir)

0 commit comments

Comments
 (0)