|
50 | 50 | 'swift-collections': '1.0.1', |
51 | 51 | 'swift-numerics': '1.0.1', |
52 | 52 | 'swift-system': '1.1.1', |
| 53 | + 'swift-experimental-string-processing': 'dev/6', |
53 | 54 | }, |
54 | 55 | 'release/5.6': { |
55 | 56 | 'llvm-project': 'swift/release/5.6', |
@@ -157,7 +158,7 @@ def clone_repos(): |
157 | 158 | >>> repos #doctest: +NORMALIZE_WHITESPACE |
158 | 159 | ['llvm-project', 'cmark', 'llbuild', 'ninja', 'swift', |
159 | 160 | 'swift-corelibs-foundation', 'swift-corelibs-libdispatch', |
160 | | - 'swift-corelibs-xctest', 'swiftpm'] |
| 161 | + 'swift-corelibs-xctest', 'swiftpm', 'swift-experimental-string-processing'] |
161 | 162 | """ |
162 | 163 | cpu_count = multiprocessing.cpu_count() |
163 | 164 | workspace = private_workspace('.') |
@@ -230,6 +231,10 @@ def clone_repos(): |
230 | 231 | '{}/swift-system '.format( |
231 | 232 | branches[swift_branch]['swift-system'], workspace |
232 | 233 | ), |
| 234 | + '{} git@github.com:apple/swift-experimental-string-processing.git ' |
| 235 | + '{}/swift-experimental-string-processing '.format( |
| 236 | + branches[swift_branch]['swift-experimental-string-processing'], workspace |
| 237 | + ), |
233 | 238 | ] |
234 | 239 |
|
235 | 240 | process0 = subprocess.Popen([ |
|
0 commit comments