mirror of
https://github.com/golang/go
synced 2024-11-18 18:54:42 -07:00
dashboard/builder: pass GOROOT_BOOTSTRAP to child processes
Part of https://golang.org/s/go15bootstrap This is one step in a series of CLs to make the dev.cc branch build after https://golang.org/cl/2470 (which converted cmd/dist from C to Go) TBR to adg because subsequent changes to Dockerfiles depend on knowing the commit hash of this one. Change-Id: I26122e2446c345446bbbca0df601f50ea9383adb Reviewed-on: https://go-review.googlesource.com/2651 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
c10e262955
commit
d79e0375a0
@ -284,6 +284,7 @@ func extraEnv() []string {
|
||||
extra := []string{
|
||||
"GOARM",
|
||||
"GO386",
|
||||
"GOROOT_BOOTSTRAP", // See https://golang.org/s/go15bootstrap
|
||||
"CGO_ENABLED",
|
||||
"CC",
|
||||
"CC_FOR_TARGET",
|
||||
|
Loading…
Reference in New Issue
Block a user