CI: kernel: don't checkout and install feeds
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:12:31 +0000 (18:12 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:12:31 +0000 (18:12 +0100)
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>
.github/workflows/kernel.yml

index 5a8c1123af0fba8af4c9ab54b4dadbe554acf488..0fd03749f3a88efc6dffeee53de173b8e0d2bf87 100644 (file)
@@ -68,7 +68,6 @@ jobs:
     with:
       target: ${{ matrix.target }}
       build_all_kmods: true
-      include_feeds: true
 
   check-kernel-patches:
     name: Check Kernel patches