mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user