Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(305)

Unified Diff: misc/dashboard/builder/main.go

Issue 6843068: code review 6843068: dashboard/builder: pass $CC to builder if set (Closed)
Patch Set: diff -r be66ed00e1a0 https://go.googlecode.com/hg/ Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: misc/dashboard/builder/main.go
===================================================================
--- a/misc/dashboard/builder/main.go
+++ b/misc/dashboard/builder/main.go
@@ -32,6 +32,7 @@
// These variables are copied from the gobuilder's environment
// to the envv of its subprocesses.
var extraEnv = []string{
+ "CC",
"GOARM",
"GOHOSTARCH",
"GOHOSTOS",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b