[openwrt/openwrt] CI: kernel: don't checkout and install feeds

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 7 09:21:27 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/295c612a4a76e9f0860e2efdb609a38bc74d3e4a

commit 295c612a4a76e9f0860e2efdb609a38bc74d3e4a
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Dec 7 18:12:31 2022 +0100

    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 at gmail.com>
    (cherry picked from commit 925e2a155ee4d4cc792fbf68aa9666e32a1f649b)
---
 .github/workflows/kernel.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 5a8c1123af..0fd03749f3 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -68,7 +68,6 @@ jobs:
     with:
       target: ${{ matrix.target }}
       build_all_kmods: true
-      include_feeds: true
 
   check-kernel-patches:
     name: Check Kernel patches




More information about the lede-commits mailing list