]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add map of broken ports and -force flag
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 19 Dec 2022 21:50:24 +0000 (16:50 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 20 Jan 2023 17:52:26 +0000 (17:52 +0000)
commit399ad79fa6606c9754e2345a23536ccb15502083
treeb0f718aedffff5b5738a52fbd7e8712dff9bc3b4
parente7495d873703b0f1602d796b147e56b5c432b1d5
cmd/dist: add map of broken ports and -force flag

It's empty so far. The next CL adds linux/sparc64.

Also add -force flag to the bootstrap.bash script
so that it's possible to use it with broken ports.

For #56679.

Change-Id: I09c733d0df0a68df34fb808eae29be010a6da461
Reviewed-on: https://go-review.googlesource.com/c/go/+/458515
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/bootstrap.bash
src/cmd/dist/build.go