Skip to content

Commit 282ecc4

Browse files
authored
Merge pull request swiftlang#128 from apple/SR-6748
[XFail] Kitura due to product dependencies not found (KituraNet, KituraTemplateEngine)
2 parents 751f0f9 + 24a2e0b commit 282ecc4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

projects.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,17 @@
844844
"actions": [
845845
{
846846
"action": "BuildSwiftPackage",
847-
"configuration": "release"
847+
"configuration": "release",
848+
"xfail": {
849+
"compatibility": {
850+
"4.0": {
851+
"branch": {
852+
"master": "https://bugs.swift.org/browse/SR-6748",
853+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6748"
854+
}
855+
}
856+
}
857+
}
848858
}
849859
]
850860
},

0 commit comments

Comments
 (0)