File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2168,6 +2168,7 @@ func init() {
2168
2168
buildsRepo : func (repo , branch , goBranch string ) bool {
2169
2169
return repo == "go" && branch == "master" && goBranch == "master"
2170
2170
},
2171
+ KnownIssue : 48772 ,
2171
2172
})
2172
2173
addBuilder (BuildConfig {
2173
2174
Name : "android-arm64-corellium" ,
@@ -2176,6 +2177,7 @@ func init() {
2176
2177
buildsRepo : func (repo , branch , goBranch string ) bool {
2177
2178
return repo == "go" && branch == "master" && goBranch == "master"
2178
2179
},
2180
+ KnownIssue : 49048 ,
2179
2181
})
2180
2182
addBuilder (BuildConfig {
2181
2183
Name : "android-arm-corellium" ,
@@ -2184,6 +2186,7 @@ func init() {
2184
2186
buildsRepo : func (repo , branch , goBranch string ) bool {
2185
2187
return repo == "go" && branch == "master" && goBranch == "master"
2186
2188
},
2189
+ KnownIssue : 49048 ,
2187
2190
env : []string {
2188
2191
"CGO_ENABLED=1" ,
2189
2192
"GOARCH=arm" ,
You can’t perform that action at this time.
0 commit comments