go.tools/dashboard/builder: ignore GOPATH setting during build (on windows)
R=golang-dev, minux.ma, adg CC=golang-dev https://golang.org/cl/18920046
This commit is contained in:
parent
74b761d099
commit
5879669d9d
|
|
@ -88,6 +88,7 @@ func (b *Builder) envvWindows() []string {
|
||||||
}
|
}
|
||||||
skip := map[string]bool{
|
skip := map[string]bool{
|
||||||
"GOBIN": true,
|
"GOBIN": true,
|
||||||
|
"GOPATH": true,
|
||||||
"GOROOT": true,
|
"GOROOT": true,
|
||||||
"INCLUDE": true,
|
"INCLUDE": true,
|
||||||
"LIB": true,
|
"LIB": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue