Преглед на файлове

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 <[email protected]>
Christian Marangi преди 3 години
родител
ревизия
925e2a155e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      .github/workflows/kernel.yml

+ 0 - 1
.github/workflows/kernel.yml

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