We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f1659 commit d0e4712Copy full SHA for d0e4712
.github/workflows/test-build.yml
@@ -100,15 +100,11 @@ jobs:
100
# Prepare kernel for module builds
101
make olddefconfig
102
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=
107
108
- name: Build module
109
run: |
110
echo "Building rtl88x2cs module for kernel ${{ matrix.kernel_version }}"
111
- make KSRC=/tmp/linux-${{ matrix.kernel_version }} modules
+ make KSRC=/tmp/linux-${{ matrix.kernel_version }}
112
env:
113
ARCH: x86_64
114
0 commit comments