Skip to content

Commit d120e54

Browse files
committed
[build-script] Update presets to reflect that SwiftSyntax now contains all generated files
We no longer need to generate the files using gyb. Instead we should check that the generated files are actually up-to-date.
1 parent 58d3c86 commit d120e54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/build-presets.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,10 @@ libcxx
11251125
indexstore-db
11261126
sourcekit-lsp
11271127

1128+
# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
1129+
# are checked in.
1130+
swiftsyntax-verify-generated-files
1131+
11281132
# Build with debug info, this allows us to symbolicate crashes from
11291133
# production builds.
11301134
release-debuginfo
@@ -1360,6 +1364,10 @@ llbuild
13601364
swiftpm
13611365
swiftsyntax
13621366

1367+
# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
1368+
# are checked in.
1369+
swiftsyntax-verify-generated-files
1370+
13631371
# Build sourcekit-lsp & indexstore-db
13641372
indexstore-db
13651373
sourcekit-lsp

0 commit comments

Comments
 (0)