Skip to content

Commit

Permalink
dashboard: add known issue for windows-arm64-11
Browse files Browse the repository at this point in the history
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 <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Alex Rakoczy <alex@golang.org>
  • Loading branch information
Bryan C. Mills authored and gopherbot committed May 26, 2022
1 parent a9991ca commit 73680d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,7 @@ func init() {
"GOARCH=arm64",
"GOMAXPROCS=4", // OOM problems, see go.dev/issue/51019
},
KnownIssues: []int{51019},
})
addBuilder(BuildConfig{
Name: "darwin-amd64-10_12",
Expand Down

0 comments on commit 73680d4

Please sign in to comment.