зеркало из https://github.com/golang/build.git
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:
Родитель
72c2bc695e
Коммит
5e0ae14695
|
@ -20,6 +20,7 @@ import (
|
|||
// to the envv of its subprocesses.
|
||||
var extraEnv = []string{
|
||||
"GOARM",
|
||||
"GO386",
|
||||
"CGO_ENABLED",
|
||||
|
||||
// For Unix derivatives.
|
||||
|
|
Загрузка…
Ссылка в новой задаче