]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: move more environment logic into cmd/dist from make and run scripts
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Apr 2022 18:25:34 +0000 (14:25 -0400)
committerBryan Mills <bcmills@google.com>
Tue, 5 Apr 2022 21:45:19 +0000 (21:45 +0000)
commit69756b38f25bf72f1040dd7fd243febba89017e6
tree54fc0ed6abf02e62db9266961cf5c2f855e98a44
parent5a6a830c1ceafd551937876f11590fd60aea1799
cmd/dist: move more environment logic into cmd/dist from make and run scripts

'go tool dist env' outputs different (and fewer) environment variables
than 'go env'. The 'go tool dist env' variables should be
authoritative, whereas many printed by 'go env' are merely
informational (and not intended to be overridden in the actual
environment).

Fixes #52009

Change-Id: Ic0590153875183135cebf7ca55ead7c2b4038569
Reviewed-on: https://go-review.googlesource.com/c/go/+/398061
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/build.go
src/cmd/dist/test.go
src/make.bash
src/make.bat
src/make.rc
src/run.bash
src/run.bat
src/run.rc