File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44
44
'swift-argument-parser' : '0.3.0' ,
45
45
'swift-driver' : 'main' ,
46
46
'yams' : '3.0.1' ,
47
+ 'swift-tools-support-core' : 'main' ,
47
48
},
48
49
'release/5.3' : {
49
50
'llvm-project' : 'swift/release/5.3' ,
58
59
'swift-argument-parser' : '0.3.0' ,
59
60
'swift-driver' : 'main' ,
60
61
'yams' : '3.0.1' ,
62
+ 'swift-tools-support-core' : 'main' ,
61
63
},
62
64
'swift-5.2-branch' : {
63
65
'llvm-project' : 'swift/swift-5.2-branch' ,
@@ -241,6 +243,10 @@ def clone_repos():
241
243
'{}/yams ' .format (
242
244
branches [swift_branch ]['yams' ], workspace
243
245
),
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
+ ),
244
250
]
245
251
246
252
process0 = subprocess .Popen ([
You can’t perform that action at this time.
0 commit comments