diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-06-27 16:24:16 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-06-27 16:24:16 +0200 |
commit | 9697b0d91fa9139fff8c4ac30cb04a694d28f8fd (patch) | |
tree | 056f8b0f74e1d326640890b98a4134f5be3d8610 /Makefile | |
parent | fccf4ad50327d6b74b3d3fa54bce449ea93a85cf (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +export GO111MODULE=off + GO ?= go DESTDIR ?= EPOCH_TEST_COMMIT ?= 5b7086abda91f4301af3bfb642d416a22349c276 |