From: Christian Marangi Date: Wed, 7 Dec 2022 17:12:31 +0000 (+0100) Subject: CI: kernel: don't checkout and install feeds X-Git-Tag: v23.05.0-rc1~1643 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=925e2a155ee4d4cc792fbf68aa9666e32a1f649b 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 --- 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