[PATCH 6/6] ci: run static analysis on allyesconfig
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Mar 26 00:59:19 PDT 2025
Now that allyesconfig builds again for sandbox, let's switch the
coverity and CodeQL workflows to use it.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
.github/workflows/codeql.yml | 2 +-
.github/workflows/coverity.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ca4b1f611d53..767c49c4beeb 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
- name: Build C Code
shell: bash
run: |
- make ARCH=sandbox sandbox_defconfig
+ make ARCH=sandbox allyesconfig
make -j$(nproc) ARCH=sandbox
- name: Perform CodeQL Analysis
diff --git a/.github/workflows/coverity.sh b/.github/workflows/coverity.sh
index ee4a481503c7..eb6cbfe93fa7 100755
--- a/.github/workflows/coverity.sh
+++ b/.github/workflows/coverity.sh
@@ -35,7 +35,7 @@ function run_coverity {
version="$(make bareboxversion)-g${GITHUB_SHA:0:10}"
- make ARCH=sandbox sandbox_defconfig
+ make ARCH=sandbox allyesconfig
COVERITY_UNSUPPORTED=1 "$tool_dir/bin/cov-build" --dir "$results_dir" sh -c "make -j$(nproc) ARCH=sandbox"
"$tool_dir/bin/cov-import-scm" --dir "$results_dir" --scm git --log "$results_dir/scm_log.txt"
--
2.39.5
More information about the barebox
mailing list