Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goEnv: unset GOOS/GOARCH/GOROOT/... from tool installation env
Tool installation is to build tools that would run in the host machine. Applying GOOS/GOARCH/GOROOT/GOFLAGS/GOENV set to build a cross-platform project is not the right choice. Unset them and let the `go` command figure out. There could be other environment variables that would affect build (GCCGO, ..), and we will consider unsetting them. Update #628 Change-Id: I295a0ae455aa2624550a16f69686bdf191fe41fd Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/264323 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
- Loading branch information