Skip to content

Commit

Permalink
cmd/coordinator: enable Plan 9 builder
Browse files Browse the repository at this point in the history
GCE rolled back the change that broke Plan 9.

Fixes golang/go#13077

Change-Id: Ifb04ce74fd593a2ab773ff56f8850a6f252ace48
Reviewed-on: https://go-review.googlesource.com/16947
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
0intro authored and bradfitz committed Nov 18, 2015
1 parent 0d62d3c commit 098fc4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/coordinator/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ var (
var tryBuilders []dashboard.BuildConfig

func init() {
delete(dashboard.Builders, "plan9-386") // golang.org/issue/13077

tryList := []string{
"misc-compile",
"darwin-amd64-10_10",
Expand Down

0 comments on commit 098fc4c

Please sign in to comment.