Skip to content

Commit 370a695

Browse files
dmitshurgopherbot
authored andcommitted
cmd/dist, internal/platform: mark windows/arm (32-bit ARM) broken
The port is reportedly broken, and there isn't a builder testing it. For #68552. For #67308. Change-Id: Iababa17cdf855b675aaf85642a667e8081ef5dfe Reviewed-on: https://go-review.googlesource.com/c/go/+/601777 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 866e260 commit 370a695

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cmd/dist/build.go

+1
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,7 @@ var cgoEnabled = map[string]bool{
17851785
var broken = map[string]bool{
17861786
"linux/sparc64": true, // An incomplete port. See CL 132155.
17871787
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
1788+
"windows/arm": true, // Broken: go.dev/issue/68552.
17881789
}
17891790

17901791
// List of platforms which are first class ports. See go.dev/issue/38874.

src/internal/platform/zosarch.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)