mirror of
https://github.com/golang/go
synced 2024-11-22 15:24:42 -07:00
misc/dashboard/builder: include $USER in build environment.
R=golang-dev, r CC=golang-dev https://golang.org/cl/8821046
This commit is contained in:
parent
32f2fd15df
commit
67e26fceb5
@ -37,6 +37,7 @@ var extraEnv = []string{
|
||||
"GOHOSTOS",
|
||||
"PATH",
|
||||
"TMPDIR",
|
||||
"USER",
|
||||
}
|
||||
|
||||
type Builder struct {
|
||||
|
Loading…
Reference in New Issue
Block a user