Skip to content

Commit 627cc53

Browse files
authored
Merge pull request #462 from apple/shahmishal/swift-tools-support-core-repo
Add support for swift-tools-support-core repo
2 parents 32af8ae + 5f49afe commit 627cc53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

common.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'swift-argument-parser': '0.3.0',
4545
'swift-driver': 'main',
4646
'yams': '3.0.1',
47+
'swift-tools-support-core': 'main',
4748
},
4849
'release/5.3': {
4950
'llvm-project': 'swift/release/5.3',
@@ -58,6 +59,7 @@
5859
'swift-argument-parser': '0.3.0',
5960
'swift-driver': 'main',
6061
'yams': '3.0.1',
62+
'swift-tools-support-core': 'main',
6163
},
6264
'swift-5.2-branch': {
6365
'llvm-project': 'swift/swift-5.2-branch',
@@ -241,6 +243,10 @@ def clone_repos():
241243
'{}/yams '.format(
242244
branches[swift_branch]['yams'], workspace
243245
),
246+
'{} https://github.com/apple/swift-tools-support-core.git '
247+
'{}/swift-tools-support-core '.format(
248+
branches[swift_branch]['swift-tools-support-core'], workspace
249+
),
244250
]
245251

246252
process0 = subprocess.Popen([

0 commit comments

Comments
 (0)