Generate clangd index

This commit is contained in:
uazo 2021-12-08 13:05:33 +01:00 committed by GitHub
parent fa6c38e200
commit 3628a1b39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,14 @@ jobs:
--path_to_archive_output /home/lg/working_dir/chromium/src/out/bromite/chromium_linux.kzip \
--corpus $KYTHE_CORPUS \
--out_dir src/out/bromite || true
- name: Generate clangd index
shell: bash
run: |
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
cd $WORKSPACE/chromium/src
/home/lg/working_dir/clangd_snapshot_20211205/bin/clangd-indexer --executor=all-TUs out/bromite/compile_commands.json >out/bromite/bromite.idx
- name: Build junit tests
shell: bash
run: |