Skip to content

Commit 5f9f7ea

Browse files
docs: Remove old caveat & add TOC (#391)
1 parent be073c4 commit 5f9f7ea

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/IndexingProjects.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Indexing test projects
22

3+
- [scip-clang](#scip-clang)
4+
- [LLVM](#llvm)
5+
- [Chromium](#chromium)
6+
- [Redpanda](#redpanda)
7+
- [Postgres](#postgres)
8+
- [Boost](#boost)
9+
310
## scip-clang
411

512
For the sake of this example, I'll only describe how
@@ -145,15 +152,6 @@ scip-clang --compdb-path=../postgres-build/compile_commands.json
145152

146153
## Boost
147154

148-
Here are the steps for a cross-repo indexing setup.
149-
150-
> CAVEAT: At the time of writing, scip-clang doesn't have explicit support
151-
> for indexing multiple projects at once (see https://github.com/sourcegraph/scip-clang/issues/360)
152-
> so the instructions below will end up duplicating a lot of work,
153-
> since the compilation database is not pruned based on dependencies.
154-
>
155-
> The overall indexing will take about 96 core hours on a GCP N2 instance.
156-
157155
First, do a recursive clone of the boost monorepo.
158156

159157
```bash

0 commit comments

Comments
 (0)