summaryrefslogtreecommitdiff
path: root/misc/dashboard
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2012-11-22 08:41:02 +1100
committerDave Cheney <dave@cheney.net>2012-11-22 08:41:02 +1100
commit47605e5c8a84c9e699ec34a45d4a5afd1843da9d (patch)
treedeecc270c28993b1044c919c812c2efc256d8d80 /misc/dashboard
parent39a81c671d60d633b6c77dc968d36dab4619416f (diff)
downloadgo-47605e5c8a84c9e699ec34a45d4a5afd1843da9d.tar.gz
dashboard/builder: pass $CC to builder if set
R=adg, minux.ma, rsc CC=golang-dev http://codereview.appspot.com/6843068
Diffstat (limited to 'misc/dashboard')
-rw-r--r--misc/dashboard/builder/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dashboard/builder/main.go b/misc/dashboard/builder/main.go
index 03999db17..2b4c564e5 100644
--- a/misc/dashboard/builder/main.go
+++ b/misc/dashboard/builder/main.go
@@ -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",