1
0
mirror of https://github.com/golang/go synced 2024-11-17 22:05:02 -07:00

cmd/dist: run testshared on linux/ppc64le

Change-Id: I4d079d29408e5344701056c88882cfd3b3857478
Reviewed-on: https://go-review.googlesource.com/15973
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
This commit is contained in:
Michael Hudson-Doyle 2015-11-05 09:56:32 +13:00
parent 1ccefcd1b8
commit 37ac54dc2b

View File

@ -587,7 +587,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
return false
case "shared":
switch pair {
case "linux-amd64", "linux-arm":
case "linux-amd64", "linux-arm", "linux-ppc64le":
return true
}
return false