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@gmail.com>
(cherry picked from commit 0c45db5560)
This commit is contained in:
Christian Marangi 2022-09-10 21:18:10 +02:00 committed by Josef Schlehofer
parent 8dc0a963a8
commit 3082e83596
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 5 additions and 0 deletions

View File

@ -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@v2