[openwrt/openwrt] CI: package kmods in kernel workflow
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 11 02:10:12 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0c45db5560df47a0344a21c2443a4f2889c42ac8
commit 0c45db5560df47a0344a21c2443a4f2889c42ac8
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sat Sep 10 21:18:10 2022 +0200
CI: package kmods in kernel workflow
Actually package kmods in kernel workflow to catch dependency error and
other problem that may arise from kmods packaging.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
.github/workflows/kernel.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 43f843b256..4f8c6b9317 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -158,6 +158,11 @@ jobs:
working-directory: openwrt
run: make target/compile -j$(nproc) BUILD_LOG=1
+ - name: Build Kernel Kmods
+ shell: su buildbot -c "sh -e {0}"
+ working-directory: openwrt
+ run: make package/linux/compile -j$(nproc) BUILD_LOG=1
+
- name: Upload logs
if: failure()
uses: actions/upload-artifact at v2
More information about the lede-commits
mailing list