Skip to content

Commit b863489

Browse files
committed
[Update Checkout] Add support for swift-4.2-branch
1 parent e64d810 commit b863489

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
@@ -188,6 +188,25 @@
188188
"ninja": "release"
189189
}
190190
},
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+
},
191210
"swift-5.0-branch" : {
192211
"aliases": ["swift-5.0-branch"],
193212
"repos": {

0 commit comments

Comments
 (0)