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:
parent
1ccefcd1b8
commit
37ac54dc2b
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -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
Block a user