// get filtered out of cgoEnabled for 'dist list'.
// See go.dev/issue/56679.
var broken = map[string]bool{
- "linux/sparc64": true, // An incomplete port. See CL 132155.
- "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.
+ "openbsd/ppc64": true, // An incomplete port: go.dev/issue/56001.
+ "openbsd/mips64": true, // Broken: go.dev/issue/58110.
}
// List of platforms which are first class ports. See go.dev/issue/38874.