gitlab-ci: check kconfig when APKBUILD of kernel package is modified

Previously, kconfigcheck would only run if the kernel configs of a
kernel package where changed. This means that, if a kernel package
is not directly upgraded, the kernel config will most likely never
be touched, leading to extremely out-of-date kernel configs.
Checking when the APKBUILD is modified instead would force the
check at every modification of a kernel package, forcing more
up-to-date configs.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8923>
This commit is contained in:
Aster Boese 2026-06-27 21:42:19 +02:00 committed by The Friendly Meow (merge) Bot
parent 04130b07f5
commit cd3a15a480
No known key found for this signature in database

View file

@ -149,7 +149,7 @@ kernel-kconfig:
allow_failure: true
- if: *mr_rule
changes:
- device/*/linux-*/config-*
- device/*/linux-*/APKBUILD
script:
- .ci/lib/gitlab_prepare_ci.sh
- .ci/kconfig.sh