mirror of
https://github.com/golang/go
synced 2024-11-22 14:54:46 -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",
|
"GOHOSTOS",
|
||||||
"PATH",
|
"PATH",
|
||||||
"TMPDIR",
|
"TMPDIR",
|
||||||
|
"USER",
|
||||||
}
|
}
|
||||||
|
|
||||||
type Builder struct {
|
type Builder struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user