@@ -264,19 +264,19 @@ var Hosts = map[string]*HostConfig{
264
264
SSHUsername : "gopher" ,
265
265
},
266
266
"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.
268
268
machineType : "n1-highcpu-4" ,
269
269
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
270
270
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" ,
272
272
SSHUsername : "gopher" ,
273
273
},
274
274
"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.
276
276
machineType : "n1-highcpu-4" ,
277
277
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
278
278
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" ,
280
280
SSHUsername : "gopher" ,
281
281
},
282
282
"host-openbsd-arm-joelsing" : & HostConfig {
0 commit comments