Skip to content

Commit 0ce6d06

Browse files
authored
Merge pull request #65563 from apple/revert-65439-kimdv/use-local-git-repo-for-code-gen
Revert "[SwiftSyntax] Verify swift-syntax code gen"
2 parents 9c68aaa + 6f36379 commit 0ce6d06

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ def should_build(self, host_target):
8080
return True
8181

8282
def build(self, host_target):
83-
if self.args.swiftsyntax_verify_generated_files:
84-
build_cmd = [
85-
os.path.join(self.source_dir, 'build-script.py'),
86-
'verify-source-code',
87-
'--toolchain', self.install_toolchain_path(host_target)
88-
]
89-
if self.args.verbose_build:
90-
build_cmd.append('--verbose')
91-
shell.call(build_cmd)
92-
9383
self.run_swiftsyntax_build_script(target=host_target,
9484
command='build')
9585

0 commit comments

Comments
 (0)