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 <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel authored and pull[bot] committed Jan 2, 2024
1 parent fc3ad4f commit 23902d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/kernel.yml
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 23902d0

Please sign in to comment.