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