Skip to content

Ship IndexStore and SourceKit-LSP in 5.3 snapshots #1851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ skip-build-benchmarks
llvm-targets-to-build=X86;AArch64;WebAssembly
install-destdir=%(INSTALL_DESTDIR)s
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers;clang-resource-dir-symlink
llvm-install-components=clang;compiler-rt;lld;llvm-ar;llvm-ranlib
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil;lld;llvm-ar;llvm-ranlib
install-swift
install-llvm
install-prefix=/%(TOOLCHAIN_NAME)s/usr
Expand All @@ -2457,11 +2457,16 @@ extra-cmake-options=

llbuild
swiftpm
indexstore-db
sourcekit-lsp
libcxx

install-swift
install-llbuild
install-swiftpm
swift-darwin-supported-archs=x86_64
install-sourcekit-lsp
install-libcxx

[preset: webassembly-linux-host]

Expand Down