Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Copy scip-ctags in search-indexer Dockerfile (#53770)
Browse files Browse the repository at this point in the history
Modified Bazel/wolfi configuration to copy scip-ctags for the search-indexer (zoekt) image.

## Test plan

Generated search-indexer image contains scip-ctags in expected place.

---------

Co-authored-by: Will Dollman <[email protected]>
  • Loading branch information
2 people authored and ErikaRS committed Jun 22, 2023
1 parent e9fcdf6 commit 501e507
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-images/search-indexer/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docker-images/search-indexer/Dockerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ USER sourcegraph
WORKDIR /home/sourcegraph

COPY --from=zoekt_upstream \
/usr/local/bin/scip-ctags \
/usr/local/bin/zoekt-sourcegraph-indexserver \
/usr/local/bin/zoekt-archive-index \
/usr/local/bin/zoekt-git-index \
Expand Down

0 comments on commit 501e507

Please sign in to comment.