Commit 5cf803f4 authored by Andrew Gerrand's avatar Andrew Gerrand

builder: pass through TMPDIR env var, drop DISABLE_NET_TESTS

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5530076
parent 8fe77013
...@@ -33,12 +33,11 @@ const ( ...@@ -33,12 +33,11 @@ const (
// These variables are copied from the gobuilder's environment // These variables are copied from the gobuilder's environment
// to the envv of its subprocesses. // to the envv of its subprocesses.
var extraEnv = []string{ var extraEnv = []string{
"GOHOSTOS", "GOARM",
"GOHOSTARCH", "GOHOSTARCH",
"GOHOSTOS",
"PATH", "PATH",
"DISABLE_NET_TESTS", "TMPDIR",
"MAKEFLAGS",
"GOARM",
} }
type Builder struct { type Builder struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment