File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ CODEQL_URL="https://github.com/github/codeql-cli-binaries/releases/download/${CO
2828# maybe move this to known_good.json or a config file later
2929declare -A BUILD_TARGET_GROUPS=(
3030 [score_baselibs]=" @score_baselibs//score/..."
31- # [score_communication]="@score_communication//score/mw/com:com"
32- # [score_persistency]="@score_persistency//src/cpp/src/... @score_persistency//src/rust/..."
33- # [score_logging]="@score_logging//src/..."
34- # [score_orchestrator]="@score_orchestrator//src/..."
35- # [score_test_scenarios]="@score_test_scenarios//..."
36- # [score_feo]="@score_feo//..."
31+ [score_communication]=" @score_communication//score/mw/com:com"
32+ [score_persistency]=" @score_persistency//src/cpp/src/... @score_persistency//src/rust/..."
33+ [score_logging]=" @score_logging//src/..."
34+ [score_orchestrator]=" @score_orchestrator//src/..."
35+ [score_test_scenarios]=" @score_test_scenarios//..."
36+ [score_feo]=" @score_feo//..."
3737)
3838
3939
@@ -181,7 +181,8 @@ for group in "${!BUILD_TARGET_GROUPS[@]}"; do
181181
182182 codeql database create " ${db_path} " \
183183 --language=" ${CODEQL_LANGUAGE} " \
184- --command=" ${build_command} " \
184+ --build-mode=none
185+ # --command="${build_command}" \
185186 --overwrite \
186187 || { echo " CodeQL database creation failed for ${group} " ; exit 1; }
187188
You can’t perform that action at this time.
0 commit comments