Skip to content

Commit ece61b0

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
dashboard: re-enable x/website on freebsd-riscv64-unmatched
This build should be passing on x/website as of CL 456517. Updates golang/go#51800. Updates golang/go#57217. Change-Id: Iff8b8e6600bf15625e994d6ae398eda170c991dc Reviewed-on: https://go-review.googlesource.com/c/build/+/457555 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Run-TryBot: Bryan Mills <[email protected]>
1 parent 7cdfffa commit ece61b0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dashboard/builders.go

-11
Original file line numberDiff line numberDiff line change
@@ -2889,17 +2889,6 @@ func init() {
28892889
if repo == "perf" {
28902890
return false
28912891
}
2892-
if repo == "website" {
2893-
// x/website is stuck on an old x/sys because it's stuck on an old Go
2894-
// runtime because it's stuck on AppEngine (#51800).
2895-
// The old x/sys doesn't support freebsd/riscv64 (#57217).
2896-
// The new one doesn't support Go 1.16.
2897-
// So we have to skip x/website until that whole mess is resolved.
2898-
//
2899-
// TODO(#51800, #57217): update the x/sys dependency in x/website and
2900-
// re-enable this repo.
2901-
return false
2902-
}
29032892
return onlyMasterDefault(repo, branch, goBranch)
29042893
},
29052894
})

0 commit comments

Comments
 (0)