mirror of
https://github.com/containers/skopeo.git
synced 2025-09-20 01:20:09 +00:00
Makefile: use go proxy
Use GOPROXY=https://proxy.golang.org to speed up fetching dependencies. Setting it makes `make vendor` six times faster in my local env. For details please refer to https://proxy.golang.org/. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +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
|
||||
|
||||
export GOPROXY=https://proxy.golang.org
|
||||
|
||||
ifeq ($(shell uname),Darwin)
|
||||
PREFIX ?= ${DESTDIR}/usr/local
|
||||
DARWIN_BUILD_TAG=containers_image_ostree_stub
|
||||
|
Reference in New Issue
Block a user