summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-06-27 16:24:16 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-06-27 16:24:16 +0200
commit9697b0d91fa9139fff8c4ac30cb04a694d28f8fd (patch)
tree056f8b0f74e1d326640890b98a4134f5be3d8610 /Makefile
parentfccf4ad50327d6b74b3d3fa54bce449ea93a85cf (diff)
downloadpodman-9697b0d91fa9139fff8c4ac30cb04a694d28f8fd.tar.gz
podman-9697b0d91fa9139fff8c4ac30cb04a694d28f8fd.tar.bz2
podman-9697b0d91fa9139fff8c4ac30cb04a694d28f8fd.zip
Makefile: set GO111MODULE=off
Turn of go modules to avoid breaking build environments to accidentally try pulling the dependencies instead of using the ./vendor directory. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 108a37146..d1e52b1a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+export GO111MODULE=off
+
GO ?= go
DESTDIR ?=
EPOCH_TEST_COMMIT ?= 5b7086abda91f4301af3bfb642d416a22349c276