Skip to content

Commit

Permalink
cgroup patch
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 29, 2023
1 parent 26fdc08 commit 9f28b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zbuild-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
CONTAINER_PATCHES=$GITHUB_WORKSPACE/patches/Android-Container
if [ -f kernel/cgroup/cgroup.c ]; then
patch -p1 < $CONTAINER_PATCHES/cgroup.patch
fi
if [ -f kernel/cgroup/cgroup.c ]; then
patch -p1 < $CONTAINER_PATCHES/cgroup.patch
fi
# if [ -f kernel/cgroup/cgroup-v1.c ]; then
# patch -p1 < $CONTAINER_PATCHES/cgroup-v1.patch
Expand Down

0 comments on commit 9f28b8a

Please sign in to comment.