@@ -579,7 +579,7 @@ var Hosts = map[string]*HostConfig{
579
579
},
580
580
"host-ios-arm64-corellium-ios" : & HostConfig {
581
581
Notes : "Virtual iOS devices hosted by Zenly on Corellium; see issues 31722 and 40523" ,
582
- Owners : []* gophers.Person {gh ("steeve" )},
582
+ Owners : []* gophers.Person {gh ("steeve" ), gh ( "changkun" )}, // See https://groups.google.com/g/golang-dev/c/oiuIE7qrWp0.
583
583
IsReverse : true ,
584
584
ExpectNum : 3 ,
585
585
env : []string {
@@ -588,7 +588,7 @@ var Hosts = map[string]*HostConfig{
588
588
},
589
589
"host-android-arm64-corellium-android" : & HostConfig {
590
590
Notes : "Virtual Android devices hosted by Zenly on Corellium; see issues 31722 and 40523" ,
591
- Owners : []* gophers.Person {gh ("steeve" )},
591
+ Owners : []* gophers.Person {gh ("steeve" ), gh ( "changkun" )}, // See https://groups.google.com/g/golang-dev/c/oiuIE7qrWp0.
592
592
IsReverse : true ,
593
593
ExpectNum : 3 ,
594
594
env : []string {
@@ -2202,7 +2202,7 @@ func init() {
2202
2202
buildsRepo : func (repo , branch , goBranch string ) bool {
2203
2203
return repo == "go" && branch == "master" && goBranch == "master"
2204
2204
},
2205
- KnownIssue : 48772 ,
2205
+ KnownIssue : 49616 ,
2206
2206
})
2207
2207
addBuilder (BuildConfig {
2208
2208
Name : "android-arm64-corellium" ,
@@ -2211,7 +2211,6 @@ func init() {
2211
2211
buildsRepo : func (repo , branch , goBranch string ) bool {
2212
2212
return repo == "go" && branch == "master" && goBranch == "master"
2213
2213
},
2214
- KnownIssue : 49048 ,
2215
2214
})
2216
2215
addBuilder (BuildConfig {
2217
2216
Name : "android-arm-corellium" ,
@@ -2220,7 +2219,6 @@ func init() {
2220
2219
buildsRepo : func (repo , branch , goBranch string ) bool {
2221
2220
return repo == "go" && branch == "master" && goBranch == "master"
2222
2221
},
2223
- KnownIssue : 49048 ,
2224
2222
env : []string {
2225
2223
"CGO_ENABLED=1" ,
2226
2224
"GOARCH=arm" ,
0 commit comments