Skip to content

Commit 9bcb083

Browse files
committed
dashboard: remove issue for windows/arm builder
We originally left the issue attached to the builder, before we knew that it worked. But it appears to be working well, with no shortage of work to do from farmer. Fixes golang/go#38607. Change-Id: I0e654c825a92b64132efbc409b768e5e83967802 Reviewed-on: https://go-review.googlesource.com/c/build/+/273786 Trust: Jason A. Donenfeld <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 2e05377 commit 9bcb083

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dashboard/builders.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,9 +2204,8 @@ func init() {
22042204
"GO_TEST_TIMEOUT_SCALE=2"},
22052205
})
22062206
addBuilder(BuildConfig{
2207-
Name: "windows-arm-zx2c4",
2208-
HostType: "host-windows-arm64-zx2c4",
2209-
KnownIssue: 38607, // TODO: remove this after this builder has proved it works
2207+
Name: "windows-arm-zx2c4",
2208+
HostType: "host-windows-arm64-zx2c4",
22102209
env: []string{
22112210
"GOARM=7",
22122211
"GO_TEST_TIMEOUT_SCALE=2"},

0 commit comments

Comments
 (0)