Skip to content

Commit

Permalink
dashboard: only build tip on freebsd-arm64-dmgk builder
Browse files Browse the repository at this point in the history
Updates golang/go#24715

Change-Id: I9f1aeac0d3b5f625e0f68b6bad17445a41a87b22
Reviewed-on: https://go-review.googlesource.com/c/build/+/203420
Run-TryBot: Bryan C. Mills <[email protected]>
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
tklauser committed Oct 26, 2019
1 parent ebf7c18 commit c0a862a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,9 @@ func init() {
addBuilder(BuildConfig{
Name: "freebsd-arm64-dmgk",
HostType: "host-freebsd-arm64-dmgk",
buildsRepo: func(repo, branch, goBranch string) bool {
return atLeastGo1(goBranch, 14) && defaultBuildsRepoPolicy(repo, branch, goBranch)
},
})
addBuilder(BuildConfig{
Name: "plan9-arm",
Expand Down

0 comments on commit c0a862a

Please sign in to comment.