mirror of https://github.com/containers/podman.git
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:
parent
f432999023
commit
bf6f7c6fd8
|
@ -5,6 +5,8 @@ outdir := $(CURDIR)
|
||||||
topdir := $(CURDIR)/rpmbuild
|
topdir := $(CURDIR)/rpmbuild
|
||||||
SHORT_COMMIT ?= $(shell git rev-parse --short=8 HEAD)
|
SHORT_COMMIT ?= $(shell git rev-parse --short=8 HEAD)
|
||||||
|
|
||||||
|
export GO111MODULE=off
|
||||||
|
|
||||||
srpm:
|
srpm:
|
||||||
mkdir -p $(topdir)
|
mkdir -p $(topdir)
|
||||||
sh $(current_dir)/prepare.sh
|
sh $(current_dir)/prepare.sh
|
||||||
|
|
Loading…
Reference in New Issue