Skip to content

Commit a73e512

Browse files
authored
Merge pull request swiftlang#23402 from apple/update-checkout-for-03-18
[Update checkout] Add scheme for swift-5.1-branch-03-18-2019
2 parents ba75030 + fbee701 commit a73e512

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,32 @@
295295
"indexstore-db": "master",
296296
"sourcekit-lsp": "master"
297297
}
298+
},
299+
"swift-5.1-branch-03-18-2019" : {
300+
"aliases": ["swift-5.1-branch-03-18-2019"],
301+
"repos": {
302+
"llvm": "swift-5.1-branch-03-18-2019",
303+
"clang": "swift-5.1-branch-03-18-2019",
304+
"compiler-rt": "swift-5.1-branch-03-18-2019",
305+
"swift": "swift-5.1-branch-03-18-2019",
306+
"lldb": "swift-5.1-branch-03-18-2019",
307+
"cmark": "master",
308+
"llbuild": "master",
309+
"swiftpm": "master",
310+
"swift-syntax": "master",
311+
"swift-stress-tester": "master",
312+
"swift-corelibs-xctest": "master",
313+
"swift-corelibs-foundation": "master",
314+
"swift-corelibs-libdispatch": "master",
315+
"swift-integration-tests": "master",
316+
"swift-xcode-playground-support": "master",
317+
"ninja": "release",
318+
"icu": "release-61-1",
319+
"clang-tools-extra": "swift-5.1-branch-03-18-2019",
320+
"libcxx": "swift-5.1-branch-03-18-2019",
321+
"indexstore-db": "master",
322+
"sourcekit-lsp": "master"
323+
}
298324
}
299325
}
300326
}

0 commit comments

Comments
 (0)