Skip to content

Commit f64a36d

Browse files
committed
Test without ptrace
1 parent b8b7ce9 commit f64a36d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ jobs:
159159
;;
160160
esac
161161
patch -p1 --forward < ksun_susfs_latest.patch || true
162-
# [PATCH] hunt from start_stack
163-
echo "[PATCH] hunt from start_stack"
164-
curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
165-
# add counter
166-
echo "[PATCH] hunt from start_stack - Add Counter"
167-
curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
162+
# # [PATCH] hunt from start_stack
163+
# echo "[PATCH] hunt from start_stack"
164+
# curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
165+
# # add counter
166+
# echo "[PATCH] hunt from start_stack - Add Counter"
167+
# curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168168
169169
170170
# Change to common directory and apply SUSFS patch
@@ -184,15 +184,15 @@ jobs:
184184
echo "Line already present. Skipping SUSFS_HIDE_SUS_MNTS_FOR_ALL_PROCS Patch."
185185
fi
186186
187-
KERNEL_VERSION="${{ inputs.kernel_version }}"
188-
MIN_VERSION="5.16"
187+
# KERNEL_VERSION="${{ inputs.kernel_version }}"
188+
# MIN_VERSION="5.16"
189189
190-
if [ "$(printf '%s\n' "$KERNEL_VERSION" "$MIN_VERSION" | sort -V | head -n1)" = "$KERNEL_VERSION" ]; then
191-
echo "Patching ptrace!"
192-
curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/ptrace.patch | patch -p1 -F 3
193-
else
194-
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
195-
fi
190+
# if [ "$(printf '%s\n' "$KERNEL_VERSION" "$MIN_VERSION" | sort -V | head -n1)" = "$KERNEL_VERSION" ]; then
191+
# echo "Patching ptrace!"
192+
# curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/ptrace.patch | patch -p1 -F 3
193+
# else
194+
# echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
195+
# fi
196196
197197
- name: Apply KSUN Hooks
198198
run: |

0 commit comments

Comments
 (0)