]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, internal/platform: test agreement on supported build modes
authorIan Lance Taylor <iant@golang.org>
Mon, 30 Jan 2023 23:30:23 +0000 (15:30 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 31 Jan 2023 16:54:46 +0000 (16:54 +0000)
commit55a33d8877d1bdb8f1b7fb62efe3e38e969f40b1
treeb55f6316baad42dcd6bf27d68cb7ccbb47b552af
parent4bca2b9583c3300acccc71983cec8b5d4fbbc356
cmd/dist, internal/platform: test agreement on supported build modes

This synchronizes the supported build modes between cmd/dist and
internal/platform, and adds a test to keep them in synch.

In order to do that, this has several changes to cmd/dist, and one
change to internal/platform.

If the build dashboard is green after this is submitted, we can
probably make the functions identical.

Change-Id: Ia78ce76b193399058fde79e38dd9f23818e566a1
Reviewed-on: https://go-review.googlesource.com/c/go/+/463992
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/supported_test.go [new file with mode: 0644]
src/cmd/dist/test.go