dashboard/builder: pass GO386 to child builder, like GOARM

Update golang/go#7720

LGTM=dave
R=adg, dave
CC=golang-codereviews, rsc
https://golang.org/cl/84410046
This commit is contained in:
Brad Fitzpatrick 2014-04-06 17:15:49 -07:00
parent 2961704231
commit 93a9176852
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import (
// to the envv of its subprocesses. // to the envv of its subprocesses.
var extraEnv = []string{ var extraEnv = []string{
"GOARM", "GOARM",
"GO386",
"CGO_ENABLED", "CGO_ENABLED",
// For Unix derivatives. // For Unix derivatives.