зеркало из https://github.com/golang/build.git
dashboard: update OpenBSD 6.8 images with 009_exit syspatch
For golang/go#35712. Updates golang/go#42542. Updates golang/go#42426. Change-Id: Ifbdd025b8d1708e715ba312c438f391e1aeaeff8 Reviewed-on: https://go-review.googlesource.com/c/build/+/277115 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Joel Sing <joel@sing.id.au>
This commit is contained in:
Родитель
97266ed6e4
Коммит
fc1f3f8707
|
@ -264,19 +264,19 @@ var Hosts = map[string]*HostConfig{
|
|||
SSHUsername: "gopher",
|
||||
},
|
||||
"host-openbsd-amd64-68": &HostConfig{
|
||||
VMImage: "openbsd-amd64-68",
|
||||
VMImage: "openbsd-amd64-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
|
||||
machineType: "n1-highcpu-4",
|
||||
buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64",
|
||||
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz",
|
||||
Notes: "OpenBSD 6.8; GCE VM is built from script in build/env/openbsd-amd64",
|
||||
Notes: "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-amd64",
|
||||
SSHUsername: "gopher",
|
||||
},
|
||||
"host-openbsd-386-68": &HostConfig{
|
||||
VMImage: "openbsd-386-68",
|
||||
VMImage: "openbsd-386-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
|
||||
machineType: "n1-highcpu-4",
|
||||
buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386",
|
||||
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz",
|
||||
Notes: "OpenBSD 6.8; GCE VM is built from script in build/env/openbsd-386",
|
||||
Notes: "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-386",
|
||||
SSHUsername: "gopher",
|
||||
},
|
||||
"host-openbsd-arm-joelsing": &HostConfig{
|
||||
|
|
Загрузка…
Ссылка в новой задаче