Skip to content

Commit 3a56891

Browse files
committed
dashboard: remove windows-arm-10 builder
Binaries are failing to run with an 0xc000007b error. The cause is unknown. See the issue for details. For golang/go#47019 Change-Id: Ie0145a8cbe97745b632e420466fe13f6ff35fe17 Reviewed-on: https://go-review.googlesource.com/c/build/+/345330 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 54c39fb commit 3a56891

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

dashboard/builders.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,19 +2269,6 @@ func init() {
22692269
"GOARCH=arm64",
22702270
},
22712271
})
2272-
addBuilder(BuildConfig{
2273-
Name: "windows-arm-10",
2274-
HostType: "host-windows-arm64-mini",
2275-
numTryTestHelpers: 1,
2276-
buildsRepo: func(repo, branch, goBranch string) bool {
2277-
return atLeastGo1(goBranch, 17) && buildRepoByDefault(repo)
2278-
},
2279-
env: []string{
2280-
"GOARCH=arm64",
2281-
"GOARM=7",
2282-
},
2283-
KnownIssue: 47019,
2284-
})
22852272
addBuilder(BuildConfig{
22862273
Name: "darwin-amd64-10_12",
22872274
HostType: "host-darwin-10_12",

0 commit comments

Comments
 (0)