Skip to content

Commit 57a2704

Browse files
committed
Test scope_min_manual_hooks_v1.3
1 parent 71a77d8 commit 57a2704

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
@@ -102,6 +102,7 @@ jobs:
102102
git clone https://github.com/TheWildJames/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
103103
git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
104104
git clone https://github.com/TheWildJames/kernel_patches.git
105+
git clone https://github.com/fatalcoder524/kernel_patches_additional.git
105106
106107
- name: Initialize and Sync Kernel Source
107108
run: |
@@ -189,7 +190,8 @@ jobs:
189190
echo "Changing to configuration directory: $CONFIG..."
190191
cd "$CONFIG/kernel_platform/common"
191192
echo "Applying KSUN Hooks..."
192-
cp ../../../kernel_patches/next/syscall_hooks.patch ./
193+
# cp ../../../kernel_patches/next/syscall_hooks.patch ./
194+
cp ../../../kernel_patches_additional/scope_min_manual_hooks_v1.3.patch ./syscall_hooks.patch
193195
patch -p1 --fuzz=3 < ./syscall_hooks.patch
194196
195197
- name: Apply Hide Stuff Patches
@@ -209,6 +211,7 @@ jobs:
209211
210212
# Add KSU configuration settings
211213
echo "CONFIG_KSU=y" >> ./common/arch/arm64/configs/gki_defconfig
214+
echo "CONFIG_KSU_DEBUG=y" >> ./common/arch/arm64/configs/gki_defconfig
212215
echo "CONFIG_KSU_KPROBES_HOOK=n" >> ./common/arch/arm64/configs/gki_defconfig
213216
214217
# Add SUSFS configuration settings

0 commit comments

Comments
 (0)