From 6a1036422f9b06aa140d99f13c6036b14e12f85b Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Thu, 22 Nov 2012 08:41:02 +1100 Subject: [PATCH] dashboard/builder: pass $CC to builder if set R=adg, minux.ma, rsc CC=golang-dev https://golang.org/cl/6843068 --- misc/dashboard/builder/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/dashboard/builder/main.go b/misc/dashboard/builder/main.go index 03999db170..2b4c564e52 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", -- 2.48.1