Skip to content

Commit

Permalink
HACK: short-circuit modpost
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed Jan 14, 2025
1 parent faa45e7 commit 32f9955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
make -C ${KERNELROOT} defconfig
${KERNELROOT}/scripts/config --file ${KERNELROOT}/.config --disable UNWINDER_ORC --enable UNWINDER_FRAME_POINTER
make -C ${KERNELROOT} prepare modules_prepare EXTRA_CFLAGS="${PREPARE_CFLAGS} ${{ matrix.prepare_cflags }}"
rm ${KERNELROOT}/scripts/mod/modpost
ln -s /usr/bin/true ${KERNELROOT}/scripts/mod/modpost
- name: Build input-wacom for v${{ matrix.kernel }} kernel
run: |
Expand Down

0 comments on commit 32f9955

Please sign in to comment.