@@ -472,12 +472,6 @@ var Hosts = map[string]*HostConfig{
472
472
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/go1.4-windows-amd64.tar.gz" ,
473
473
SSHUsername : "gopher" ,
474
474
},
475
- "host-windows-arm-iotcore" : & HostConfig {
476
- IsReverse : true ,
477
- ExpectNum : 1 ,
478
- OwnerGithub : "jordanrh1" ,
479
- env : []string {"GOROOT_BOOTSTRAP=C:\\ Data\\ Go" },
480
- },
481
475
"host-darwin-10_11" : & HostConfig {
482
476
IsReverse : true ,
483
477
ExpectNum : 3 ,
@@ -1575,8 +1569,8 @@ func init() {
1575
1569
addMiscCompile ("-netbsd" , "^netbsd-" ) // 4: amd64, 386, arm, arm64
1576
1570
addMiscCompile ("-openbsd" , "^openbsd-" ) // 4: amd64, 386, arm, arm64
1577
1571
1578
- // And 4 that don't fit above:
1579
- addMiscCompile ("-other" , "^(windows-arm| linux-s390x|linux-riscv64|dragonfly-amd64)$" )
1572
+ // And 3 that don't fit above:
1573
+ addMiscCompile ("-other" , "^(linux-s390x|linux-riscv64|dragonfly-amd64)$" )
1580
1574
// TODO: Issue 25963, get the misc-compile trybots for
1581
1575
// subrepos too, so "mobile" can at least be included as a
1582
1576
// misc-compile for ^android- and ^darwin-arm.
@@ -2072,15 +2066,6 @@ func init() {
2072
2066
// up:
2073
2067
"GO_TEST_TIMEOUT_SCALE=2" },
2074
2068
})
2075
- addBuilder (BuildConfig {
2076
- Name : "windows-arm" ,
2077
- HostType : "host-windows-arm-iotcore" ,
2078
- SkipSnapshot : true ,
2079
- env : []string {
2080
- "GOARM=7" ,
2081
- "GO_TEST_TIMEOUT_SCALE=2" ,
2082
- },
2083
- })
2084
2069
addBuilder (BuildConfig {
2085
2070
Name : "darwin-amd64-10_11" ,
2086
2071
HostType : "host-darwin-10_11" ,
0 commit comments