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
Родитель 72c2bc695e
Коммит 5e0ae14695
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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