mirror of
https://github.com/containers/skopeo.git
synced 2025-06-25 14:22:29 +00:00
Merge pull request #686 from vrothberg/turnoffmod
Makefile: set GO111MODULE=off
This commit is contained in:
commit
ce59173f4f
1
Makefile
1
Makefile
@ -1,6 +1,7 @@
|
|||||||
.PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor
|
.PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor
|
||||||
|
|
||||||
export GO15VENDOREXPERIMENT=1
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
export GO111MODULE=off
|
||||||
|
|
||||||
ifeq ($(shell uname),Darwin)
|
ifeq ($(shell uname),Darwin)
|
||||||
PREFIX ?= ${DESTDIR}/usr/local
|
PREFIX ?= ${DESTDIR}/usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user