projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99eaedf
)
CI: kernel: don't checkout and install feeds
author
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:12:31 +0000
(18:12 +0100)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:12:31 +0000
(18:12 +0100)
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>
.github/workflows/kernel.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel.yml
b/.github/workflows/kernel.yml
index 5a8c1123af0fba8af4c9ab54b4dadbe554acf488..0fd03749f3a88efc6dffeee53de173b8e0d2bf87 100644
(file)
--- 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