From ff6fc5a7fc143a3079d3e5649020904f72aaa1d9 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Wed, 30 Mar 2022 12:07:14 -0700 Subject: [PATCH] -buildvcs=false --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 05c8da8c87..1ba0b3cc63 100644 --- a/Makefile +++ b/Makefile @@ -868,6 +868,7 @@ else $(if $(quiet),@echo " GO $@") $(Q)GOARCH=arm64 \ go build \ + -buildvcs=false \ -installsuffix "static" \ -ldflags="$(KVM2_LDFLAGS)" \ -tags "libvirt.1.3.1 without_lxc" \