]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: build exec wrappers during bootstrap
authorElias Naur <mail@eliasnaur.com>
Sun, 24 Feb 2019 12:18:13 +0000 (13:18 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Feb 2019 17:59:23 +0000 (17:59 +0000)
commitda2d02a9356f2d808992990510eca2b26513be0c
treed8dcafc1ad0377ee711e07bfa85cc7a9f58ae365
parent42a82ce1a7051b3a2762bff73b6eda4797e0fd4b
cmd/dist: build exec wrappers during bootstrap

The androidtest.bash script encodes the additional steps to build
Go and run tests on Android. In order to add sharded builders and
trybots, Android needs to fit into the usual make.bash + cmd/dist test
pattern.

This change moves building the exec wrapper into cmd/dist bootstrap.

Do the same for iOS while we're here.

Updates #23824

Change-Id: I58a1b0679c3a6c92fdc7fff464b469641f1fee74
Reviewed-on: https://go-review.googlesource.com/c/163618
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/androidtest.bash
src/cmd/dist/build.go
src/iostest.bash