Temp
This commit is contained in:
parent
4f517ed01f
commit
d52e4d9b62
14 changed files with 555 additions and 182 deletions
15
.bazelrc
15
.bazelrc
|
|
@ -22,3 +22,18 @@ build --strategy=SwiftCompile=worker
|
|||
|
||||
#common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/
|
||||
|
||||
# SourceKit BSP: Swift indexing features
|
||||
common --features=swift.index_while_building
|
||||
common --features=swift.use_global_index_store
|
||||
common --features=swift.use_global_module_cache
|
||||
common --features=oso_prefix_is_pwd
|
||||
|
||||
# SourceKit BSP: Index build config (used for background indexing)
|
||||
common:index_build --experimental_convenience_symlinks=ignore
|
||||
common:index_build --show_result=0
|
||||
common:index_build --noshow_loading_progress
|
||||
common:index_build --noshow_progress
|
||||
common:index_build --noannounce_rc
|
||||
common:index_build --noshow_timestamps
|
||||
common:index_build --curses=no
|
||||
common:index_build --color=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue