]> Cypherpunks repositories - gostls13.git/commit
misc/android: pass on GOPROXY to device environment
authorElias Naur <mail@eliasnaur.com>
Tue, 19 Mar 2019 05:59:51 +0000 (06:59 +0100)
committerElias Naur <mail@eliasnaur.com>
Thu, 21 Mar 2019 16:15:47 +0000 (16:15 +0000)
commit409c97c5f017037e3a47aff64e3e65ce22eee5ba
tree7dd46e6c3fb5bdb31c321877563a396b2fd3f5f9
parent6249ea2f39958764b88ab1b03cd55cf99dae6bbd
misc/android: pass on GOPROXY to device environment

Android devices don't have git available, so many go tool commands
that fetch dependencies fail. Builders already have a GOPROXY
available, so pass that along to the device environment.

Updates #30885

Change-Id: Id0d2338932f0cd7de4d95d9e0ca9b79d29336ffe
Reviewed-on: https://go-review.googlesource.com/c/go/+/168118
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/android/go_android_exec.go