File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,15 @@ var Hosts = map[string]*HostConfig{
264
264
SSHUsername : "gopher" ,
265
265
},
266
266
"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 .
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
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-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 .
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" ,
You can’t perform that action at this time.
0 commit comments