Skip to content

Commit f2675e0

Browse files
committed
Test scope_min_manual_hooks_v1.3.patch
1 parent 9243d7d commit f2675e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
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: |
@@ -182,7 +183,8 @@ jobs:
182183
echo "Changing to configuration directory: $CONFIG..."
183184
cd "$CONFIG/kernel_platform/common"
184185
echo "Applying KSUN Hooks..."
185-
cp ../../../kernel_patches/next/syscall_hooks.patch ./
186+
# cp ../../../kernel_patches/next/syscall_hooks.patch ./
187+
cp ../../../kernel_patches_additional/scope_min_manual_hooks_v1.3.patch ./syscall_hooks.patch
186188
patch -p1 --fuzz=3 < ./syscall_hooks.patch
187189
188190
- name: Apply Hide Stuff Patches
@@ -234,9 +236,9 @@ jobs:
234236
echo "Adding configuration settings to gki_defconfig..."
235237
echo "CONFIG_TCP_CONG_ADVANCED=y" >> ./common/arch/arm64/configs/gki_defconfig
236238
echo "CONFIG_TCP_CONG_BBR=y" >> ./common/arch/arm64/configs/gki_defconfig
237-
echo "CONFIG_TCP_CONG_BIC=y" >> ./common/arch/arm64/configs/gki_defconfig
238-
echo "CONFIG_TCP_CONG_WESTWOOD=y" >> ./common/arch/arm64/configs/gki_defconfig
239-
echo "CONFIG_TCP_CONG_HTCP=y" >> ./common/arch/arm64/configs/gki_defconfig
239+
echo "CONFIG_TCP_CONG_BIC=n" >> ./common/arch/arm64/configs/gki_defconfig
240+
echo "CONFIG_TCP_CONG_WESTWOOD=n" >> ./common/arch/arm64/configs/gki_defconfig
241+
echo "CONFIG_TCP_CONG_HTCP=n" >> ./common/arch/arm64/configs/gki_defconfig
240242
241243
echo "CONFIG_NET_SCH_FQ=y" >> ./common/arch/arm64/configs/gki_defconfig
242244
echo "CONFIG_NET_SCH_FQ_CODEL=y" >> ./common/arch/arm64/configs/gki_defconfig

0 commit comments

Comments
 (0)