File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -74,23 +74,6 @@ def should_build(self, host_target):
74
74
return True
75
75
76
76
def build (self , host_target ):
77
- if self .args .swiftsyntax_verify_generated_files :
78
- build_cmd = [
79
- os .path .join (self .source_dir , 'build-script.py' ),
80
- 'verify-source-code' ,
81
- '--toolchain' , self .install_toolchain_path (host_target ),
82
- # Verifying the files generated using SwiftSyntaxBuilder requires
83
- # internet access to pull the pinned SwiftSyntaxBuilder version. Since
84
- # we don't have internet access in CI, don't verify these files.
85
- # This is not a huge deal because only SwiftSyntaxBuilder is generated
86
- # in terms of itself and it will most likely fail to compile if it isn't
87
- # re-generated after gyb files have been updated.
88
- '--gyb-only'
89
- ]
90
- if self .args .verbose_build :
91
- build_cmd .append ('--verbose' )
92
- shell .call (build_cmd )
93
-
94
77
self .run_swiftsyntax_build_script (target = host_target ,
95
78
command = 'build' )
96
79
You can’t perform that action at this time.
0 commit comments