Skip to content

Commit af94337

Browse files
xfail vapor_jwt on 5.10 due to swiftPM bug (#959)
1 parent b8af801 commit af94337

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4501,7 +4501,15 @@
45014501
"action": "BuildSwiftPackage",
45024502
"build_tests": "true",
45034503
"configuration": "release",
4504-
"tags": "sourcekit-disabled swiftpm"
4504+
"tags": "sourcekit-disabled swiftpm",
4505+
"xfail": [
4506+
{
4507+
"issue": "rdar://139409616",
4508+
"compatibility": ["5.10"],
4509+
"branch": ["release/5.10"],
4510+
"job": ["source-compat"]
4511+
}
4512+
]
45054513
}
45064514
]
45074515
},

0 commit comments

Comments
 (0)