Skip to content

Commit fc1f3f8

Browse files
committed
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 <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Joel Sing <[email protected]>
1 parent 97266ed commit fc1f3f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dashboard/builders.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,19 @@ var Hosts = map[string]*HostConfig{
264264
SSHUsername: "gopher",
265265
},
266266
"host-openbsd-amd64-68": &HostConfig{
267-
VMImage: "openbsd-amd64-68",
267+
VMImage: "openbsd-amd64-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
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",
271-
Notes: "OpenBSD 6.8; GCE VM is built from script in build/env/openbsd-amd64",
271+
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",
275+
VMImage: "openbsd-386-68-v2", // v2 adds 009_exit syspatch; see golang.org/issue/35712#issuecomment-742764125.
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",
279-
Notes: "OpenBSD 6.8; GCE VM is built from script in build/env/openbsd-386",
279+
Notes: "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-386",
280280
SSHUsername: "gopher",
281281
},
282282
"host-openbsd-arm-joelsing": &HostConfig{

0 commit comments

Comments
 (0)