Skip to content

Commit c7c6787

Browse files
committed
dashboard: update OpenBSD 6.8 images with 009_exit syspatch, take 2
These images were regenerated after the fix in CL 278732. For golang/go#35712. Updates golang/go#42542. Updates golang/go#42426. Change-Id: Ib9c9dc316e4f68e7fed2cafe5400942a94ba8fd2 Reviewed-on: https://go-review.googlesource.com/c/build/+/279134 Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Joel Sing <[email protected]>
1 parent 1355586 commit c7c6787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ var Hosts = map[string]*HostConfig{
264264
SSHUsername: "gopher",
265265
},
266266
"host-openbsd-amd64-68": &HostConfig{
267-
VMImage: "openbsd-amd64-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
267+
VMImage: "openbsd-amd64-68-v3", // v3 adds 009_exit syspatch; see golang.org/cl/278732.
268268
machineType: "n1-highcpu-4",
269269
buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64",
270270
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz",
271271
Notes: "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-amd64",
272272
SSHUsername: "gopher",
273273
},
274274
"host-openbsd-386-68": &HostConfig{
275-
VMImage: "openbsd-386-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
275+
VMImage: "openbsd-386-68-v3", // v3 adds 009_exit syspatch; see golang.org/cl/278732.
276276
machineType: "n1-highcpu-4",
277277
buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386",
278278
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz",

0 commit comments

Comments
 (0)