Skip to content

Commit cd8ccbd

Browse files
committed
[Update checkout] Add support for swift-4.2-branch-04-20-2018 branch
1 parent 0a14e2a commit cd8ccbd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

utils/update-checkout-config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,25 @@
226226
"ninja": "release"
227227
}
228228
},
229+
"swift-4.2-branch-04-20-2018" : {
230+
"aliases": ["swift-4.2-branch-04-20-2018"],
231+
"repos": {
232+
"llvm": "swift-4.2-branch-04-20-2018",
233+
"clang": "swift-4.2-branch-04-20-2018",
234+
"swift": "swift-4.2-branch-04-20-2018",
235+
"lldb": "swift-4.2-branch-04-20-2018",
236+
"cmark": "master",
237+
"llbuild": "master",
238+
"swiftpm": "master",
239+
"compiler-rt": "swift-4.2-branch-04-20-2018",
240+
"swift-corelibs-xctest": "swift-4.2-branch-04-20-2018",
241+
"swift-corelibs-foundation": "swift-4.2-branch-04-20-2018",
242+
"swift-corelibs-libdispatch": "swift-4.2-branch-04-20-2018",
243+
"swift-integration-tests": "swift-4.2-branch",
244+
"swift-xcode-playground-support": "swift-4.2-branch",
245+
"ninja": "release"
246+
}
247+
},
229248
"swift-5.0-branch" : {
230249
"aliases": ["swift-5.0-branch"],
231250
"repos": {

0 commit comments

Comments
 (0)