]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: list only supported platforms
authorTobias Klauser <tklauser@distanz.ch>
Fri, 28 Dec 2018 10:46:35 +0000 (11:46 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 2 Jan 2019 19:31:05 +0000 (19:31 +0000)
commit5ec5c5741ec7d0e051667f13094f532833d41578
tree00b49afdccadf15e50c67929fce4bc8e432230dd
parent2e217fa726a624093eea5b099d1531c79e27a423
cmd/dist: list only supported platforms

Introduce an incomplete map in dist alongside cgoEnabled and filter out
the incomplete ports in 'dist list'.

Fixes #28944

Change-Id: I15aae56aec570e1cd9e28906900cd5ba0db77811
Reviewed-on: https://go-review.googlesource.com/c/155839
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/build.go
src/cmd/dist/test.go