@@ -235,23 +235,6 @@ var Hosts = map[string]*HostConfig{
235
235
OwnerGithub : "bradfitz" , // at home
236
236
env : []string {"GOROOT_BOOTSTRAP=/usr/local/goboot" },
237
237
},
238
- "host-openbsd-amd64-64" : & HostConfig {
239
- VMImage : "openbsd-amd64-64-190129a" ,
240
- MinCPUPlatform : "Intel Cascade Lake" , // for better TSC? Maybe? see Issue 29223. builds faster at least.
241
- machineType : "n2-highcpu-4" , // e2 instances do not support MinCPUPlatform or NestedVirt.
242
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
243
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
244
- Notes : "OpenBSD 6.4 with hw.smt=1; GCE VM is built from script in build/env/openbsd-amd64" ,
245
- SSHUsername : "gopher" ,
246
- },
247
- "host-openbsd-386-64" : & HostConfig {
248
- VMImage : "openbsd-386-64" ,
249
- machineType : "e2-highcpu-4" ,
250
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
251
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
252
- Notes : "OpenBSD 6.4; GCE VM is built from script in build/env/openbsd-386" ,
253
- SSHUsername : "gopher" ,
254
- },
255
238
"host-openbsd-amd64-68" : & HostConfig {
256
239
VMImage : "openbsd-amd64-68-v3" , // v3 adds 009_exit syspatch; see golang.org/cl/278732.
257
240
machineType : "e2-highcpu-4" ,
@@ -1901,17 +1884,6 @@ func init() {
1901
1884
"GO_DISABLE_OUTBOUND_NETWORK=1" ,
1902
1885
},
1903
1886
})
1904
- addBuilder (BuildConfig {
1905
- Name : "openbsd-amd64-64" ,
1906
- HostType : "host-openbsd-amd64-64" ,
1907
- MinimumGoVersion : types.MajorMinor {1 , 11 },
1908
- distTestAdjust : noTestDirAndNoReboot ,
1909
- })
1910
- addBuilder (BuildConfig {
1911
- Name : "openbsd-386-64" ,
1912
- HostType : "host-openbsd-386-64" ,
1913
- distTestAdjust : noTestDirAndNoReboot ,
1914
- })
1915
1887
addBuilder (BuildConfig {
1916
1888
Name : "openbsd-amd64-68" ,
1917
1889
HostType : "host-openbsd-amd64-68" ,
0 commit comments