We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc5ba4 commit d0099efCopy full SHA for d0099ef
src/cmd/dist/build.go
@@ -1730,8 +1730,10 @@ var cgoEnabled = map[string]bool{
1730
// get filtered out of cgoEnabled for 'dist list'.
1731
// See go.dev/issue/56679.
1732
var broken = map[string]bool{
1733
- "linux/sparc64": true, // An incomplete port. See CL 132155.
1734
- "wasip1/wasm": true, // An incomplete port. See CL 479627.
+ "linux/sparc64": true, // An incomplete port. See CL 132155.
+ "wasip1/wasm": true, // An incomplete port. See CL 479627.
1735
+ "openbsd/ppc64": true, // An incomplete port: go.dev/issue/56001.
1736
+ "openbsd/mips64": true, // Broken: go.dev/issue/58110.
1737
}
1738
1739
// List of platforms which are first class ports. See go.dev/issue/38874.
0 commit comments