kernel: We don't like dirty (#46)

This commit is contained in:
秋秋
2023-01-12 17:19:54 +08:00
committed by GitHub
parent 954e06bbcc
commit e173081cae
5 changed files with 96 additions and 0 deletions

View File

@@ -104,6 +104,9 @@ jobs:
echo "[+] 添加 kernel su driver 到文件:$DRIVER_MAKEFILE"
grep -q "kernelsu" $DRIVER_MAKEFILE || echo "obj-y += kernelsu/" >> $DRIVER_MAKEFILE
echo "[+] KernelSU 导入完成"
cd $KERNEL_ROOT && git apply $GITHUB_WORKSPACE/KernelSU/.github/patches/5.10/*.patch
cd -
- name: Build Kernel
working-directory: WSA-Linux-Kernel