Skip to content

Commit 0a7272b

Browse files
authored
Add support for new rebranch
1 parent 889d65d commit 0a7272b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,39 @@
9999
"swift-installer-scripts": "main"
100100
}
101101
},
102+
"rebranch": {
103+
"aliases": ["rebranch", "stable/20211026"],
104+
"repos": {
105+
"llvm-project": "stable/20211026",
106+
"swift": "rebranch",
107+
"cmark": "main",
108+
"llbuild": "main",
109+
"swift-tools-support-core": "main",
110+
"swiftpm": "main",
111+
"swift-argument-parser": "0.4.4",
112+
"swift-atomics": "1.0.2",
113+
"swift-collections": "1.0.1",
114+
"swift-crypto": "1.1.5",
115+
"swift-driver": "main",
116+
"swift-numerics": "1.0.1",
117+
"swift-syntax": "main",
118+
"swift-system": "1.0.0",
119+
"swift-stress-tester": "main",
120+
"swift-corelibs-xctest": "main",
121+
"swift-corelibs-foundation": "main",
122+
"swift-corelibs-libdispatch": "main",
123+
"swift-integration-tests": "main",
124+
"swift-xcode-playground-support": "main",
125+
"ninja": "release",
126+
"icu": "release-65-1",
127+
"yams": "4.0.2",
128+
"cmake": "v3.19.6",
129+
"indexstore-db": "main",
130+
"sourcekit-lsp": "main",
131+
"swift-format": "main",
132+
"swift-installer-scripts": "main"
133+
}
134+
},
102135
"release/5.5": {
103136
"aliases": ["release/5.5", "swift/release/5.5"],
104137
"repos": {

0 commit comments

Comments
 (0)