mirror of
https://github.com/golang/go
synced 2024-11-22 02:54:39 -07:00
builder: pass through TMPDIR env var, drop DISABLE_NET_TESTS
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5530076
This commit is contained in:
parent
8fe7701301
commit
5cf803f438
@ -33,12 +33,11 @@ const (
|
||||
// These variables are copied from the gobuilder's environment
|
||||
// to the envv of its subprocesses.
|
||||
var extraEnv = []string{
|
||||
"GOHOSTOS",
|
||||
"GOHOSTARCH",
|
||||
"PATH",
|
||||
"DISABLE_NET_TESTS",
|
||||
"MAKEFLAGS",
|
||||
"GOARM",
|
||||
"GOHOSTARCH",
|
||||
"GOHOSTOS",
|
||||
"PATH",
|
||||
"TMPDIR",
|
||||
}
|
||||
|
||||
type Builder struct {
|
||||
|
Loading…
Reference in New Issue
Block a user