File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Indexing test projects
2
2
3
+ - [ scip-clang] ( #scip-clang )
4
+ - [ LLVM] ( #llvm )
5
+ - [ Chromium] ( #chromium )
6
+ - [ Redpanda] ( #redpanda )
7
+ - [ Postgres] ( #postgres )
8
+ - [ Boost] ( #boost )
9
+
3
10
## scip-clang
4
11
5
12
For the sake of this example, I'll only describe how
@@ -145,15 +152,6 @@ scip-clang --compdb-path=../postgres-build/compile_commands.json
145
152
146
153
## Boost
147
154
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
-
157
155
First, do a recursive clone of the boost monorepo.
158
156
159
157
``` bash
You can’t perform that action at this time.
0 commit comments