Commit 67e26fce authored by David Symonds's avatar David Symonds

misc/dashboard/builder: include $USER in build environment.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8821046
parent 32f2fd15
......@@ -37,6 +37,7 @@ var extraEnv = []string{
"GOHOSTOS",
"PATH",
"TMPDIR",
"USER",
}
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