]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: check more GOOS/GOARCH combinations in mkdeps.bash
authorIan Lance Taylor <iant@golang.org>
Thu, 12 Nov 2015 22:57:53 +0000 (14:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 16 Nov 2015 18:34:48 +0000 (18:34 +0000)
commit1860a0fa571ff13ed2c4a23d50d55945720c86bb
treeb898975c3637bffae10627812675f3aa669b5db1
parentf7c7ed7c41b28ba999f81ab1a3f66c2e35468fd0
cmd/dist: check more GOOS/GOARCH combinations in mkdeps.bash

The current mkdeps.bash just checks for dependencies for GOOS=windows
with the current GOARCH.  This is not always accurate as some package
imports only happen on specific GOOS/GOARCH combinations.  Check a
selected, easily changed, combination of GOOS/GOARCH values.

This generates a deps.go identical to the one in the repository today.

Fixes #13221.

Change-Id: I96d67d49c8c63641d578acedbb28be807607db65
Reviewed-on: https://go-review.googlesource.com/16882
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/mkdeps.bash