[openwrt/openwrt] CI: package kmods in kernel workflow

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 4 08:37:25 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/7ff1477b3d8ea92c4061a6b8a7f3af6f35c0ca4a

commit 7ff1477b3d8ea92c4061a6b8a7f3af6f35c0ca4a
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>
    (cherry picked from commit 0c45db5560df47a0344a21c2443a4f2889c42ac8)
---
 .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