Let "make shell xxx" respect GOPROXY
This commit mitigates the issue for running "make update" locally when the network is not friendly for accessing the default "proxy.golang.org" Signed-off-by: Daniel Jiang <jiangd@vmware.com>pull/5128/head
parent
56939937a8
commit
9173ac117e
1
Makefile
1
Makefile
|
@ -163,6 +163,7 @@ shell: build-dirs build-env
|
|||
@# under $GOPATH).
|
||||
@docker run \
|
||||
-e GOFLAGS \
|
||||
-e GOPROXY \
|
||||
-i $(TTY) \
|
||||
--rm \
|
||||
-u $$(id -u):$$(id -g) \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Let "make shell xxx" respect GOPROXY
|
Loading…
Reference in New Issue