Skip to content

Commit 8045a42

Browse files
authored
Merge pull request swiftlang#22455 from bob-wilson/new-checkout-configs
[update-checkout] Add new branch configs for Swift 5.1
2 parents 6eccf30 + 5ce1aa8 commit 8045a42

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,58 @@
243243
"indexstore-db": "master",
244244
"sourcekit-lsp": "master"
245245
}
246+
},
247+
"swift-5.1-old-llvm-branch" : {
248+
"aliases": ["swift-5.1-old-llvm-branch"],
249+
"repos": {
250+
"llvm": "swift-5.0-branch",
251+
"clang": "swift-5.0-branch",
252+
"compiler-rt": "swift-5.0-branch",
253+
"swift": "swift-5.1-old-llvm-branch",
254+
"lldb": "stable",
255+
"cmark": "master",
256+
"llbuild": "master",
257+
"swiftpm": "master",
258+
"swift-syntax": "master",
259+
"swift-stress-tester": "master",
260+
"swift-corelibs-xctest": "master",
261+
"swift-corelibs-foundation": "master",
262+
"swift-corelibs-libdispatch": "master",
263+
"swift-integration-tests": "master",
264+
"swift-xcode-playground-support": "master",
265+
"ninja": "release",
266+
"icu": "release-61-1",
267+
"clang-tools-extra": "swift-5.0-branch",
268+
"libcxx": "swift-5.0-branch",
269+
"indexstore-db": "master",
270+
"sourcekit-lsp": "master"
271+
}
272+
},
273+
"swift-5.1-branch" : {
274+
"aliases": ["swift-5.1-branch"],
275+
"repos": {
276+
"llvm": "swift-5.1-branch",
277+
"clang": "swift-5.1-branch",
278+
"compiler-rt": "swift-5.1-branch",
279+
"swift": "swift-5.1-branch",
280+
"lldb": "stable",
281+
"cmark": "master",
282+
"llbuild": "master",
283+
"swiftpm": "master",
284+
"swift-syntax": "master",
285+
"swift-stress-tester": "master",
286+
"swift-corelibs-xctest": "master",
287+
"swift-corelibs-foundation": "master",
288+
"swift-corelibs-libdispatch": "master",
289+
"swift-integration-tests": "master",
290+
"swift-xcode-playground-support": "master",
291+
"ninja": "release",
292+
"icu": "release-61-1",
293+
"clang-tools-extra": "swift-5.1-branch",
294+
"libcxx": "swift-5.1-branch",
295+
"indexstore-db": "master",
296+
"sourcekit-lsp": "master"
297+
}
246298
}
247299
}
248300
}

0 commit comments

Comments
 (0)