Skip to content

Commit

Permalink
更新 zbuild-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyu13334 authored Oct 14, 2023
1 parent 8b293c7 commit a2ea6f7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/zbuild-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,9 @@ jobs:
if: env.LXC_PATCH == 'true'
run: |
cd $GITHUB_WORKSPACE/kernel_workspace
wget https://github.com/fate-think/LXC-DOCKER-KernelSU_Action/releases/download/1.0.0/runcpatch.sh
chmod a+x runcpatch.sh
if [ -f android-kernel/kernel/cgroup.c ]; then
./runcpatch.sh android-kernel/kernel/cgroup.c
fi
if [ -f android-kernel/kernel/cgroup/cgroup.c ]; then
./runcpatch.sh android-kernel/kernel/cgroup/cgroup.c
fi
if [ -f android-kernel/net/netfilter/xt_qtaguid.c ]; then
wget https://github.com/wu17481748/lxc-docker/releases/download/lxc/lxc.patch
patch -p0 < lxc.patch
fi
- name: 关闭ANDROID_PARANOID_NETWORK配置
if: env.ANDROID_PARANOID_NETWORK_OFF == 'true'
Expand Down

0 comments on commit a2ea6f7

Please sign in to comment.