Skip to content

Commit

Permalink
CI: kernel: don't checkout and install feeds
Browse files Browse the repository at this point in the history
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]>
(cherry picked from commit 925e2a155ee4d4cc792fbf68aa9666e32a1f649b)
  • Loading branch information
Ansuel committed Dec 7, 2022
1 parent 385f787 commit 1c174fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
with:
target: ${{ matrix.target }}
build_all_kmods: true
include_feeds: true

check-kernel-patches:
name: Check Kernel patches
Expand Down

0 comments on commit 1c174fe

Please sign in to comment.