Skip to content

Commit 7bf78b4

Browse files
update xfails for grpc, and vapor-jwt
1 parent 0d80726 commit 7bf78b4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

projects.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,7 @@
10761076
"compatibility": "5.0",
10771077
"branch": [
10781078
"release/6.0",
1079-
"release/6.1",
1080-
"release/6.2"
1079+
"release/6.1"
10811080
],
10821081
"job": [
10831082
"source-compat"
@@ -3461,8 +3460,7 @@
34613460
"compatibility": "5.7",
34623461
"branch": [
34633462
"release/6.0",
3464-
"release/6.1",
3465-
"release/6.2"
3463+
"release/6.1"
34663464
],
34673465
"job": [
34683466
"source-compat"
@@ -4652,7 +4650,15 @@
46524650
"action": "BuildSwiftPackage",
46534651
"build_tests": "true",
46544652
"configuration": "release",
4655-
"tags": "sourcekit-disabled swiftpm"
4653+
"tags": "sourcekit-disabled swiftpm",
4654+
"xfail": [
4655+
{
4656+
"issue": "rdar://164019335",
4657+
"compatibility": ["5.10"],
4658+
"branch": ["main", "release/6.2"],
4659+
"job": ["source-compat"]
4660+
}
4661+
]
46564662
}
46574663
]
46584664
},

0 commit comments

Comments
 (0)