fix add_kythe_metadata
This commit is contained in:
parent
aea35c3256
commit
504e80b1a8
2
.github/workflows/build_bromite.yaml
vendored
2
.github/workflows/build_bromite.yaml
vendored
@ -318,7 +318,7 @@ jobs:
|
|||||||
python tools/clang/scripts/generate_compdb.py -p out/bromite/ -o out/bromite/compile_commands.json
|
python tools/clang/scripts/generate_compdb.py -p out/bromite/ -o out/bromite/compile_commands.json
|
||||||
gn desc out/bromite/ '*' --format=json >out/bromite/gn_targets.json
|
gn desc out/bromite/ '*' --format=json >out/bromite/gn_targets.json
|
||||||
python tools/clang/scripts/run_tool.py --tool translation_unit -p out/bromite/ --all || true
|
python tools/clang/scripts/run_tool.py --tool translation_unit -p out/bromite/ --all || true
|
||||||
python ~/add_kythe_metadata.py out/bromite/ --corpus $KYTHE_CORPUS || true
|
python $WORKSPACE/add_kythe_metadata.py out/bromite/ --corpus $KYTHE_CORPUS || true
|
||||||
$WORKSPACE/package_index/latest/package_index \
|
$WORKSPACE/package_index/latest/package_index \
|
||||||
--checkout_dir $WORKSPACE/chromium/src \
|
--checkout_dir $WORKSPACE/chromium/src \
|
||||||
--path_to_compdb out/bromite/compile_commands.json \
|
--path_to_compdb out/bromite/compile_commands.json \
|
||||||
|
Loading…
Reference in New Issue
Block a user