Skip to content

Commit fb4e490

Browse files
committed
cmd/dist: disable plugin test on ppc64le and s390x
These are close to working, but untested and failing on build.golang.org. So disable for now. Change-Id: I330b8d1a91f0bf5139c894913868f01ec87e986d Reviewed-on: https://go-review.googlesource.com/29359 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Keith Randall <[email protected]> Run-TryBot: David Crawshaw <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 08feadb commit fb4e490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/dist/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
729729
return false
730730
case "plugin":
731731
switch pair {
732-
case "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-s390x":
732+
case "linux-386", "linux-amd64", "linux-arm", "linux-arm64":
733733
return true
734734
}
735735
return false

0 commit comments

Comments
 (0)