Skip to content

Commit 6ba1a44

Browse files
authored
Merge pull request swiftlang#106 from nkcsgexi/disable-grouping
Disable grouping temporarily because there are no associated group for lit-test-helper
2 parents f62e8db + 257c1ad commit 6ba1a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-script.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def get_swiftpm_invocation(spm_exec, build_dir, parser_header_dir,
192192
swiftpm_call.extend(['-Xswiftc', '-enforce-exclusivity=unchecked'])
193193

194194
# To build the group information into the module documentation file
195-
swiftpm_call.extend(['-Xswiftc', '-Xfrontend', '-Xswiftc', '-group-info-path'])
196-
swiftpm_call.extend(['-Xswiftc', '-Xfrontend', '-Xswiftc', GROUP_INFO_PATH])
195+
# swiftpm_call.extend(['-Xswiftc', '-Xfrontend', '-Xswiftc', '-group-info-path'])
196+
# swiftpm_call.extend(['-Xswiftc', '-Xfrontend', '-Xswiftc', GROUP_INFO_PATH])
197197

198198
return swiftpm_call
199199

0 commit comments

Comments
 (0)