Skip to content

Commit 0f7db14

Browse files
committed
Minor example and releasing improvements
1 parent 26ba6bb commit 0f7db14

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Example/.bazelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ build --spawn_strategy=remote,worker,local
3131
# Only for BSP builds
3232
common:index_build --experimental_convenience_symlinks=ignore
3333
common:index_build --bes_backend= --bes_results_url=
34-
common:index_build --show_result=0 --noshow_loading_progress --noshow_progress
34+
common:index_build --show_result=0
35+
common:index_build --noshow_loading_progress
36+
common:index_build --noshow_progress
37+
common:index_build --noannounce_rc
38+
common:index_build --noshow_timestamps
39+
common:index_build --curses=no
40+
common:index_build --color=no

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ release_source_archive:
1515
--exclude=.swift-format \
1616
--exclude=.editorconfig \
1717
-zcf "archives/release.tar.gz" .
18+
rm -f archives/sourcekit-bazel-bsp || true
19+
cp .build/release/sourcekit-bazel-bsp archives/sourcekit-bazel-bsp

0 commit comments

Comments
 (0)