]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: disable plugin test on linux-arm with GOARM=5
authorJeff Wendling <jeff@spacemonkey.com>
Thu, 6 Apr 2017 15:45:30 +0000 (15:45 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Apr 2017 17:39:20 +0000 (17:39 +0000)
commit168eb9cf3395583541224af0227c19ddb13e35be
treec5639d2266e6fcb4d9dfdfbe9f819c2d5cb42b54
parent4e7724b2db4163f88a542fa0ff0dc72dfc5698de
cmd/dist: disable plugin test on linux-arm with GOARM=5

Plugin support is patchy at the moment, so disable the test for
now until the test can be fixed. This way, we can get builders
for ARMv5 running for the rest of the code.

Updates #19674

Change-Id: I08aa211c08a85688656afe2ad2e680a2a6e5dfac
Reviewed-on: https://go-review.googlesource.com/39716
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go