Skip to content

Commit 73680d4

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
dashboard: add known issue for windows-arm64-11
For golang/go#52653. Updates golang/go#51019. Change-Id: Ie57f7b2c2b6d4c3cc4b5f5f886773dff2a36a61e Reviewed-on: https://go-review.googlesource.com/c/build/+/408702 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Alex Rakoczy <[email protected]>
1 parent a9991ca commit 73680d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@ func init() {
23372337
"GOARCH=arm64",
23382338
"GOMAXPROCS=4", // OOM problems, see go.dev/issue/51019
23392339
},
2340+
KnownIssues: []int{51019},
23402341
})
23412342
addBuilder(BuildConfig{
23422343
Name: "darwin-amd64-10_12",

0 commit comments

Comments
 (0)