Skip to content

Commit

Permalink
dashboard: remove known issue for darwin arm builder
Browse files Browse the repository at this point in the history
The builder successfully passes all.bash and produces binary releases.

Updates golang/go#42756
Fixes golang/go#39782

Change-Id: I554a1e3541d185958103e11dcc4b2514445d8275
Reviewed-on: https://go-review.googlesource.com/c/build/+/278772
Trust: Alexander Rakoczy <[email protected]>
Run-TryBot: Alexander Rakoczy <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
  • Loading branch information
toothrot committed Dec 17, 2020
1 parent 4682f4a commit 911ac7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,6 @@ func init() {
// Darwin ARM64 added in Go 1.16.
return atLeastGo1(goBranch, 16) && defaultPlusExpBuild(repo, branch, goBranch)
},
KnownIssue: 39782,
})
addBuilder(BuildConfig{
Name: "darwin-amd64-race",
Expand Down

0 comments on commit 911ac7d

Please sign in to comment.