Skip to content

Commit 69e9acd

Browse files
authored
Merge pull request #739 from apple/shahmishal/remove-parser-lib-flag
Remove parser-lib from the build flags for stress tester
2 parents 5faed9a + c0f89b8 commit 69e9acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_sk_stress_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def build_swift_toolchain(workspace: str, args: argparse.Namespace) -> None:
229229
'--install-symroot={}/build/compat_macos/symroot'.format(workspace),
230230
'--installable-package={}/build/compat_macos/root.tar.gz'.format(workspace),
231231
'--llvm-install-components=libclang;libclang-headers;dsymutil',
232-
'--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers',
232+
'--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers',
233233
'--symbols-package={}/build/compat_macos/root-symbols.tar.gz'.format(workspace),
234234
'--verbose-build',
235235
'--reconfigure',

0 commit comments

Comments
 (0)