Skip to content

Commit 083423e

Browse files
committed
[update-checkout] Add support for swift-5.0-branch and master-llvm-swift5-transition
1 parent 300d261 commit 083423e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

utils/update-checkout-config.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,44 @@
187187
"swift-xcode-playground-support": "swift-4.0-branch",
188188
"ninja": "release"
189189
}
190+
},
191+
"swift-5.0-branch" : {
192+
"aliases": ["swift-5.0-branch"],
193+
"repos": {
194+
"llvm": "swift-4.1-branch",
195+
"clang": "swift-4.1-branch",
196+
"swift": "swift-5.0-branch",
197+
"lldb": "swift-5.0-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+
},
210+
"master-llvm-swift5-transition" : {
211+
"aliases": ["master-llvm-swift5-transition","llvm-swift5-transition"],
212+
"repos": {
213+
"llvm": "swift-5.0-branch",
214+
"clang": "swift-5.0-branch",
215+
"swift": "master-llvm-swift5-transition",
216+
"lldb": "llvm-swift5-transition",
217+
"cmark": "master",
218+
"llbuild": "master",
219+
"swiftpm": "master",
220+
"compiler-rt": "swift-5.0-branch",
221+
"swift-corelibs-xctest": "master",
222+
"swift-corelibs-foundation": "master",
223+
"swift-corelibs-libdispatch": "master",
224+
"swift-integration-tests": "master",
225+
"swift-xcode-playground-support": "master",
226+
"ninja": "release"
227+
}
190228
}
191229
}
192230
}

0 commit comments

Comments
 (0)