Skip to content

Commit 7801d97

Browse files
committed
Update SCX Patch
1 parent 9503120 commit 7801d97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ jobs:
202202
echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
203203
curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
204204
echo "Patching hmbird files!"
205-
curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
205+
# curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
206+
cd ./kernel/sched
207+
rm -rf ext.c ext.h
208+
curl -Ls https://github.com/HanKuCha/sched_ext/commit/7ab1d04d5cb622d6c32c932add617803074ec5a7.patch | patch -p1 -F 3
206209
else
207210
echo "Not OPAce5Pro / OP13, skipping fengchi patch"
208211
fi

0 commit comments

Comments
 (0)