Skip to content

Commit ef643f4

Browse files
committed
switched to none mode to test
1 parent 3b8b03b commit ef643f4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

integration_test.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2929
declare -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

0 commit comments

Comments
 (0)