We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 216e69e + b863489 commit a75f309Copy full SHA for a75f309
utils/update-checkout-config.json
@@ -188,6 +188,25 @@
188
"ninja": "release"
189
}
190
},
191
+ "swift-4.2-branch" : {
192
+ "aliases": ["swift-4.2-branch"],
193
+ "repos": {
194
+ "llvm": "swift-4.1-branch",
195
+ "clang": "swift-4.1-branch",
196
+ "swift": "swift-4.2-branch",
197
+ "lldb": "swift-4.2-branch",
198
+ "cmark": "master",
199
+ "llbuild": "master",
200
+ "swiftpm": "master",
201
+ "compiler-rt": "swift-4.1-branch",
202
+ "swift-corelibs-xctest": "master",
203
+ "swift-corelibs-foundation": "master",
204
+ "swift-corelibs-libdispatch": "master",
205
+ "swift-integration-tests": "master",
206
+ "swift-xcode-playground-support": "master",
207
+ "ninja": "release"
208
+ }
209
+ },
210
"swift-5.0-branch" : {
211
"aliases": ["swift-5.0-branch"],
212
"repos": {
0 commit comments