File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,12 @@ var Hosts = map[string]*HostConfig{
267
267
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/go1.4-windows-amd64.tar.gz" ,
268
268
SSHUsername : "gopher" ,
269
269
},
270
+ "host-windows-arm-iotcore" : & HostConfig {
271
+ IsReverse : true ,
272
+ ExpectNum : 1 ,
273
+ OwnerGithub : "jordanrh1" ,
274
+ env : []string {"GOROOT_BOOTSTRAP=C:\\ Data\\ Go" },
275
+ },
270
276
"host-darwin-10_8" : & HostConfig {
271
277
IsReverse : true ,
272
278
ExpectNum : 0 ,
@@ -1321,6 +1327,14 @@ func init() {
1321
1327
// up:
1322
1328
"GO_TEST_TIMEOUT_SCALE=2" },
1323
1329
})
1330
+ addBuilder (BuildConfig {
1331
+ Name : "windows-arm" ,
1332
+ HostType : "host-windows-arm-iotcore" ,
1333
+ env : []string {
1334
+ "GOARM=7" ,
1335
+ "GO_TEST_TIMEOUT_SCALE=2" ,
1336
+ },
1337
+ })
1324
1338
addBuilder (BuildConfig {
1325
1339
Name : "darwin-amd64-10_8" ,
1326
1340
HostType : "host-darwin-10_8" ,
You can’t perform that action at this time.
0 commit comments