Skip to content

Commit 5ce1aa8

Browse files
committed
[update-checkout] Add new branch configs for Swift 5.1
Add a tentative branch config for "swift-5.1-branch". Not all of the repos are branched yet. I went ahead and added a reference to swift-5.1-branch for the Swift repo, so that I can use this to start pulling together something with cherry-picks from master-next. (The current master-next branch has moved past the point where we branched the LLVM repos for swift-5.1-branch, so we can't just grab a copy of master-next.) I also added a separate config for "swift-5.1-old-llvm-branch", which will be used temporarily to track the same Swift content as swift-5.1-branch but still building with the version of LLVM in swift-5.0-branch.
1 parent 9bc5bd2 commit 5ce1aa8

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)