Pull request: add go sumdb env
Merge in DNS/adguard-home from cn-sumdb to master Squashed commit of the following: commit 439973292f473efa72fb6a733a32be45e634274e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Mar 28 16:51:28 2022 +0300 Makefile: add go sumdb env
This commit is contained in:
parent
3603b1fcab
commit
0d562a7b1f
2
Makefile
2
Makefile
|
@ -17,6 +17,7 @@ DIST_DIR = dist
|
||||||
# See https://unix.stackexchange.com/q/646255/105635.
|
# See https://unix.stackexchange.com/q/646255/105635.
|
||||||
GO.MACRO = $${GO:-go}
|
GO.MACRO = $${GO:-go}
|
||||||
GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct
|
GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct
|
||||||
|
GOSUMDB = sum.golang.google.cn
|
||||||
GPG_KEY = devteam@adguard.com
|
GPG_KEY = devteam@adguard.com
|
||||||
GPG_KEY_PASSPHRASE = not-a-real-password
|
GPG_KEY_PASSPHRASE = not-a-real-password
|
||||||
NPM = npm
|
NPM = npm
|
||||||
|
@ -56,6 +57,7 @@ ENV = env\
|
||||||
DIST_DIR='$(DIST_DIR)'\
|
DIST_DIR='$(DIST_DIR)'\
|
||||||
GO="$(GO.MACRO)"\
|
GO="$(GO.MACRO)"\
|
||||||
GOPROXY='$(GOPROXY)'\
|
GOPROXY='$(GOPROXY)'\
|
||||||
|
GOSUMDB='$(GOSUMDB)'\
|
||||||
PATH="$${PWD}/bin:$$( "$(GO.MACRO)" env GOPATH )/bin:$${PATH}"\
|
PATH="$${PWD}/bin:$$( "$(GO.MACRO)" env GOPATH )/bin:$${PATH}"\
|
||||||
RACE='$(RACE)'\
|
RACE='$(RACE)'\
|
||||||
SIGN='$(SIGN)'\
|
SIGN='$(SIGN)'\
|
||||||
|
|
Loading…
Reference in New Issue