Skip to content

Commit d0e4712

Browse files
Copilotadeepn
andcommitted
Remove slow kernel modules build and simplify make command
Co-authored-by: adeepn <64684523+adeepn@users.noreply.github.com>
1 parent c9f1659 commit d0e4712

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,11 @@ jobs:
100100
# Prepare kernel for module builds
101101
make olddefconfig
102102
make modules_prepare
103-
# Build kernel modules to generate Module.symvers
104-
# This is necessary for external module builds to resolve symbols
105-
echo "Building kernel modules to generate Module.symvers..."
106-
make -j$(nproc) modules LOCALVERSION=
107103
108104
- name: Build module
109105
run: |
110106
echo "Building rtl88x2cs module for kernel ${{ matrix.kernel_version }}"
111-
make KSRC=/tmp/linux-${{ matrix.kernel_version }} modules
107+
make KSRC=/tmp/linux-${{ matrix.kernel_version }}
112108
env:
113109
ARCH: x86_64
114110

0 commit comments

Comments
 (0)