]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: remove openbsd/mips64 from incomplete ports
authorJoel Sing <joel@sing.id.au>
Thu, 5 Nov 2020 05:41:32 +0000 (16:41 +1100)
committerJoel Sing <joel@sing.id.au>
Fri, 6 Nov 2020 07:55:52 +0000 (07:55 +0000)
Remove openbsd/mips64 from incomplete ports lists - all of the necessary code
has landed and we want to run tests so we can see/deal with remaining failures.

Update #40995

Change-Id: I5d4f89af82ff3abe57570a9a8abf889498093d32
Reviewed-on: https://go-review.googlesource.com/c/go/+/267606
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/dist/build.go

index 20cb04d797e67a412f85487bc27d5b05bad48675..c8c3212d1661f8eb835c20493bba15c35d84fdd4 100644 (file)
@@ -1580,8 +1580,7 @@ var cgoEnabled = map[string]bool{
 // List of platforms which are supported but not complete yet. These get
 // filtered out of cgoEnabled for 'dist list'. See golang.org/issue/28944
 var incomplete = map[string]bool{
-       "linux/sparc64":  true,
-       "openbsd/mips64": true,
+       "linux/sparc64": true,
 }
 
 func needCC() bool {