Skip to content

Commit 79135c3

Browse files
add swift syntax to checkouts
1 parent f42b15e commit 79135c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'swift-numerics': '1.0.1',
4747
'swift-system': '1.1.1',
4848
'swift-experimental-string-processing': 'swift/main',
49+
'swift-syntax': 'main',
4950
},
5051
'release/5.7': {
5152
'llvm-project': 'swift/release/5.7',
@@ -259,6 +260,10 @@ def clone_repos():
259260
'{}/swift-llvm-bindings '.format(
260261
branches[swift_branch]['swift-llvm-bindings'], workspace
261262
),
263+
'{} [email protected]:apple/swift-syntax.git '
264+
'{}/swift-syntax '.format(
265+
branches[swift_branch]['swift-syntax'], workspace
266+
),
262267
]
263268

264269
process0 = subprocess.Popen([

0 commit comments

Comments
 (0)