Skip to content

Commit 010a5b8

Browse files
authored
Merge pull request swiftlang#388 from ahoppen/install-parser-lib
Install the parser library when running the stress tester
2 parents 72cd661 + 57fdfd3 commit 010a5b8

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
@@ -193,7 +193,7 @@ def build_swift_toolchain(workspace, args):
193193
'--install-symroot={}/build/compat_macos/symroot'.format(workspace),
194194
'--installable-package={}/build/compat_macos/root.tar.gz'.format(workspace),
195195
'--llvm-install-components=libclang;libclang-headers',
196-
'--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers',
196+
'--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers',
197197
'--symbols-package={}/build/compat_macos/root-symbols.tar.gz'.format(workspace),
198198
'--verbose-build',
199199
'--reconfigure',

0 commit comments

Comments
 (0)