]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: run testshared on linux/386
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 23:16:41 +0000 (12:16 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 19 Nov 2015 00:23:38 +0000 (00:23 +0000)
Change-Id: I22d40248e83fcad5ab73c0d402183d06e91064c7
Reviewed-on: https://go-review.googlesource.com/16388
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/test.go

index 0f30ea7b2099d3eb13ed5098a78377101e03859f..727f3e2f45fb7ab3ae7c64669b2bca98b98298c6 100644 (file)
@@ -623,7 +623,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
                return false
        case "shared":
                switch pair {
-               case "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le":
+               case "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le":
                        return true
                }
                return false