Skip to content

Commit daa9827

Browse files
committed
fix(ci): remove supercalls.c sed that breaks 70_ patch context
1 parent b03bdbf commit daa9827

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-ksu-next.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ jobs:
190190
191191
SUPERCALLS="drivers/kernelsu/supercalls.c"
192192
if [ -f "$SUPERCALLS" ]; then
193-
sed -i '/ksu_mark_running_process/d' "$SUPERCALLS"
194193
if grep -q "vzalloc" "$SUPERCALLS" && ! head -5 "$SUPERCALLS" | grep -q "vmalloc.h"; then
195194
sed -i '1a #include <linux/vmalloc.h>' "$SUPERCALLS"
196195
fi

0 commit comments

Comments
 (0)