Skip to content

Commit

Permalink
dashboard: re-disable netbsd/386 builder until binary packages are built
Browse files Browse the repository at this point in the history
Also update the bootstrap toolchain (verified in VMware VM locally).

Updates golang/go#20852

Change-Id: Iac875419ed8dc51fb9db09d8948067f24c601e17
Reviewed-on: https://go-review.googlesource.com/82018
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
bradfitz committed Dec 6, 2017
1 parent 1a48e87 commit 545bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var Hosts = map[string]*HostConfig{
Notes: "NetBSD 8.? from the netbsd-8 branch; GCE VM is built from script in build/env/netbsd-386",
machineType: "n1-highcpu-4",
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.netbsd-386",
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386.tar.gz",
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz",
SSHUsername: "gopher",
},
"host-dragonfly-amd64-tdfbsd": &HostConfig{
Expand Down Expand Up @@ -1112,7 +1112,7 @@ func init() {
Name: "netbsd-386-8branch",
HostType: "host-netbsd-386-8branch",
MaxAtOnce: 1,
TryOnly: false, // disabled until networking works; https://github.com/golang/go/issues/20852#issuecomment-348373687
TryOnly: true, // disabled until binary packages are available; https://github.com/golang/go/issues/20852#issuecomment-349409393
TryBot: false,
})
addBuilder(BuildConfig{
Expand Down

0 comments on commit 545bc59

Please sign in to comment.