Skip to content

Commit

Permalink
Makefile: set -buildvcs=false
Browse files Browse the repository at this point in the history
see: ko-build/ko#672

It changed in go1.18 and is breaking CI for others too.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
  • Loading branch information
rminnich committed Aug 12, 2022
1 parent 999ecdd commit d329251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NUMCPUS=`grep -c '^processor' /proc/cpuinfo`
GUEST_IPV4_ADDR = 192.168.20.1/24

gokvm: $(wildcard *.go) $(wildcard */*.go)
go build .
go build -buildvcs=false .

golangci-lint:
curl --retry 5 -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
Expand Down

0 comments on commit d329251

Please sign in to comment.