mirror of
https://github.com/golang/go
synced 2024-11-22 08:54:39 -07:00
dashboard/builder: pass $CC to builder if set
R=adg, minux.ma, rsc CC=golang-dev https://golang.org/cl/6843068
This commit is contained in:
parent
dd43bf807d
commit
6a1036422f
@ -32,6 +32,7 @@ const (
|
||||
// These variables are copied from the gobuilder's environment
|
||||
// to the envv of its subprocesses.
|
||||
var extraEnv = []string{
|
||||
"CC",
|
||||
"GOARM",
|
||||
"GOHOSTARCH",
|
||||
"GOHOSTOS",
|
||||
|
Loading…
Reference in New Issue
Block a user