File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 692
692
{
693
693
"action" : " BuildSwiftPackage" ,
694
694
"configuration" : " release" ,
695
- "tags" : " sourcekit"
695
+ "tags" : " sourcekit" ,
696
+ "xfail" : {
697
+ "compatibility" : {
698
+ "4.2" : {
699
+ "branch" : {
700
+ "master" : " https://bugs.swift.org/browse/SR-9029"
701
+ }
702
+ }
703
+ }
704
+ }
696
705
}
697
706
]
698
707
},
2273
2282
{
2274
2283
"action" : " BuildSwiftPackage" ,
2275
2284
"configuration" : " release" ,
2276
- "tags" : " sourcekit"
2285
+ "tags" : " sourcekit" ,
2286
+ "xfail" : {
2287
+ "compatibility" : {
2288
+ "4.0" : {
2289
+ "branch" : {
2290
+ "master" : " https://bugs.swift.org/browse/SR-9029"
2291
+ }
2292
+ },
2293
+ "4.2" : {
2294
+ "branch" : {
2295
+ "master" : " https://bugs.swift.org/browse/SR-9029"
2296
+ }
2297
+ }
2298
+ }
2299
+ }
2277
2300
},
2278
2301
{
2279
2302
"action" : " TestSwiftPackage"
You can’t perform that action at this time.
0 commit comments