]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: test c-archive mode on ios/arm64
authorCherry Zhang <cherryyz@google.com>
Sun, 4 Oct 2020 04:25:17 +0000 (00:25 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 5 Oct 2020 17:13:51 +0000 (17:13 +0000)
It is tested on darwin/arm64. Don't lose it when using GOOS=ios.

Updates #38485.

Change-Id: I7157d6b6f2850f2fd361e35ae310dd1ba9f31aa4
Reviewed-on: https://go-review.googlesource.com/c/go/+/259439
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go

index f953a76963a169ebc0d303712818b418d6293c87..da894e3eefa96878cd7b49744ceff57a3d2e1663 100644 (file)
@@ -982,7 +982,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
                }
                switch pair {
                case "aix-ppc64",
-                       "darwin-amd64", "darwin-arm64",
+                       "darwin-amd64", "darwin-arm64", "ios-arm64",
                        "linux-amd64", "linux-386", "linux-ppc64le", "linux-s390x",
                        "freebsd-amd64",
                        "windows-amd64", "windows-386":