diff options
| author | Michael Hudson-Doyle <michael.hudson@canonical.com> | 2015-11-05 09:56:32 +1300 |
|---|---|---|
| committer | Michael Hudson-Doyle <michael.hudson@canonical.com> | 2015-11-13 00:53:54 +0000 |
| commit | 37ac54dc2b01cd020f72b664f07c85ed1a91bd78 (patch) | |
| tree | 937f65dd57af0c6ab2c5ca1846535b485f456156 /src | |
| parent | 1ccefcd1b879df2e1603812594cd351978367295 (diff) | |
| download | go-37ac54dc2b01cd020f72b664f07c85ed1a91bd78.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/dist/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index caaec1d4fd..d699636c15 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -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 |
