]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: drop ppc64le from testcshared
authorRuss Cox <rsc@golang.org>
Thu, 26 May 2016 19:02:55 +0000 (15:02 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 26 May 2016 19:04:48 +0000 (19:04 +0000)
I'm glad my CL fixed the library use case inside Google.
It fixes neither of the two tests here.

Change-Id: Ica91722dced8955a0a8ba3aad3d288816b46564e
Reviewed-on: https://go-review.googlesource.com/23482
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/test.go

index 69a13ddf9d36303f3f3a4bfc201ca5804399960e..1a1f7d961bea77aa31b6073bacca7f5d90d4a722 100644 (file)
@@ -688,8 +688,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
                switch pair {
                case "linux-386", "linux-amd64", "linux-arm", "linux-arm64",
                        "darwin-amd64", "darwin-386",
-                       "android-arm", "android-arm64", "android-386",
-                       "linux-ppc64le":
+                       "android-arm", "android-arm64", "android-386":
                        return true
                }
                return false