CI: kernel: don't checkout and install feeds

We don't need to checkout feed and install feeds for kernel tests. This
saves up to 2 minutes for each target kernel build test.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2022-12-07 18:12:31 +01:00
parent 99eaedfe39
commit 925e2a155e
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ jobs:
with:
target: ${{ matrix.target }}
build_all_kmods: true
include_feeds: true
check-kernel-patches:
name: Check Kernel patches