We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42b15e + 79135c3 commit 87213ffCopy full SHA for 87213ff
common.py
@@ -46,6 +46,7 @@
46
'swift-numerics': '1.0.1',
47
'swift-system': '1.1.1',
48
'swift-experimental-string-processing': 'swift/main',
49
+ 'swift-syntax': 'main',
50
},
51
'release/5.7': {
52
'llvm-project': 'swift/release/5.7',
@@ -259,6 +260,10 @@ def clone_repos():
259
260
'{}/swift-llvm-bindings '.format(
261
branches[swift_branch]['swift-llvm-bindings'], workspace
262
),
263
+ '{} [email protected]:apple/swift-syntax.git '
264
+ '{}/swift-syntax '.format(
265
+ branches[swift_branch]['swift-syntax'], workspace
266
+ ),
267
]
268
269
process0 = subprocess.Popen([
0 commit comments