Skip to content

Commit bbdb5b4

Browse files
authored
Merge pull request swiftlang#157 from atrick/disable-pods
Disable an SCK project: Pods.
2 parents ed7b8d6 + 3136b35 commit bbdb5b4

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

projects.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,14 +1891,32 @@
18911891
"project": "Pods/Pods.xcodeproj",
18921892
"target": "Pods-RxDataSources",
18931893
"destination": "generic/platform=iOS",
1894-
"configuration": "Release"
1894+
"configuration": "Release",
1895+
"xfail": {
1896+
"compatibility": {
1897+
"3.0": {
1898+
"branch": {
1899+
"master": "https://bugs.swift.org/browse/SR-7181"
1900+
}
1901+
}
1902+
}
1903+
}
18951904
},
18961905
{
18971906
"action": "BuildXcodeProjectTarget",
18981907
"project": "Pods/Pods.xcodeproj",
18991908
"target": "Pods-Example",
19001909
"destination": "generic/platform=iOS",
1901-
"configuration": "Release"
1910+
"configuration": "Release",
1911+
"xfail": {
1912+
"compatibility": {
1913+
"3.0": {
1914+
"branch": {
1915+
"master": "https://bugs.swift.org/browse/SR-7181"
1916+
}
1917+
}
1918+
}
1919+
}
19021920
}
19031921
]
19041922
},

0 commit comments

Comments
 (0)