Skip to content

Commit 21f5dc2

Browse files
committed
dashboard: clear known issue for iOS builder
The work needed to resolve go.dev/issue/49616 looks to be complete, and the builder is passing reliably. Updates golang/go#49616. Change-Id: I90253c7751f97f081496abe90b1e827992afaf6e Reviewed-on: https://go-review.googlesource.com/c/build/+/369255 Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent dec3b03 commit 21f5dc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dashboard/builders.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,6 @@ func init() {
24992499
buildsRepo: func(repo, branch, goBranch string) bool {
25002500
return repo == "go" && branch == "master" && goBranch == "master"
25012501
},
2502-
KnownIssue: 49616,
25032502
})
25042503
addBuilder(BuildConfig{
25052504
Name: "android-arm64-corellium",

0 commit comments

Comments
 (0)