Skip to content

Commit

Permalink
cmd/coordinator: disable plan9 builder for now
Browse files Browse the repository at this point in the history
GCE broke it. GCE is being fixed, but not immediately.

Updates golang/go#13077

Change-Id: I289e382b0a4affc4fc8faee5da053474d1cabc35
Reviewed-on: https://go-review.googlesource.com/16314
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
bradfitz committed Oct 28, 2015
1 parent d5f422f commit a56d015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/coordinator/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ 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 a56d015

Please sign in to comment.