]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip API check on plan9 builders
authorBryan C. Mills <bcmills@google.com>
Thu, 26 Mar 2020 16:00:07 +0000 (12:00 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 27 Mar 2020 14:49:08 +0000 (14:49 +0000)
commitdbd22c72272f7e02e6d5985be83f6bdf785ab733
treece40e34ae7306b9ee7e6205b51fc49d1875a62e3
parent69d3a34b176f7e5ac26d289eea66ed5b2dd5f1c8
cmd/dist: skip API check on plan9 builders

The plan9-arm builder has a very slow filesystem and frequently times
out on this test. The api check verifies the API for all supported
GOOS/GOARCH/CGO_ENABLED combination anyway, so if we skip it on one
builder (or even most builders) there should be no loss of coverage.

Updates #37951

Change-Id: I86a93df2ec60a6af6d942e3954eef09ce67bb39e
Reviewed-on: https://go-review.googlesource.com/c/go/+/225662
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/test.go