Disable go mods on varlink builds in spec

Fixes test images test failure.

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2020-01-21 08:46:51 -06:00
parent f432999023
commit bf6f7c6fd8

View File

@ -5,6 +5,8 @@ outdir := $(CURDIR)
topdir := $(CURDIR)/rpmbuild
SHORT_COMMIT ?= $(shell git rev-parse --short=8 HEAD)
export GO111MODULE=off
srpm:
mkdir -p $(topdir)
sh $(current_dir)/prepare.sh