Commit 6a103642 authored by Dave Cheney's avatar Dave Cheney

dashboard/builder: pass $CC to builder if set

R=adg, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6843068
parent dd43bf80
......@@ -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",
......
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