Skip to content

Commit d4e82aa

Browse files
authored
XFAIL penny-bot to unblock CI
The underlying issue is tracked in swiftlang/swift-package-manager#7521.
1 parent d8f8ac7 commit d4e82aa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

projects.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4763,7 +4763,16 @@
47634763
"action": "BuildSwiftPackage",
47644764
"configuration": "release",
47654765
"build_tests": "true",
4766-
"tags": "swiftpm"
4766+
"tags": "swiftpm",
4767+
"xfail": [
4768+
{
4769+
"issue": "https://github.com/apple/swift-package-manager/issues/7521",
4770+
"compatibility": ["5.9"],
4771+
"branch": ["release/5.9"],
4772+
"job": ["source-compat"],
4773+
"platform": "Darwin"
4774+
}
4775+
]
47674776
},
47684777
{
47694778
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)