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:
parent
04130b07f5
commit
cd3a15a480
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue