Skip to content

Commit 4964e2d

Browse files
authored
[build-script] When building packages install libIndexStore from clang (#20132)
This is needed for the LSP service.
1 parent 4ddd82f commit 4964e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ install-swiftpm
726726
install-xctest
727727
install-prefix=/usr
728728
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license;sourcekit-inproc
729-
llvm-install-components=llvm-cov;llvm-profdata
729+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore
730730
build-swift-static-stdlib
731731
build-swift-static-sdk-overlay
732732
build-swift-stdlib-unittest-extra
@@ -1062,7 +1062,7 @@ test-installable-package
10621062
reconfigure
10631063

10641064
swift-install-components=compiler;clang-builtin-headers;stdlib;swift-syntax;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1065-
llvm-install-components=llvm-cov;llvm-profdata
1065+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore
10661066

10671067
# Path to the .tar.gz package we would create.
10681068
installable-package=%(installable_package)s

0 commit comments

Comments
 (0)