diff --git a/misc/dashboard/builder/main.go b/misc/dashboard/builder/main.go index dbb3ff694b..1b00cf4737 100644 --- a/misc/dashboard/builder/main.go +++ b/misc/dashboard/builder/main.go @@ -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 {