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:
parent
2961704231
commit
93a9176852
|
@ -20,6 +20,7 @@ import (
|
|||
// to the envv of its subprocesses.
|
||||
var extraEnv = []string{
|
||||
"GOARM",
|
||||
"GO386",
|
||||
"CGO_ENABLED",
|
||||
|
||||
// For Unix derivatives.
|
||||
|
|
Loading…
Reference in New Issue