mirror of https://github.com/golang/go.git
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:
parent
1ccefcd1b8
commit
37ac54dc2b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue