Skip to content

Commit 257c1ad

Browse files
committed
disable grouping temporarily because there are no associated group for lit-test-helper
1 parent f62e8db commit 257c1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-script.py

Lines changed: 2 additions & 2 deletions
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)