瀏覽代碼

Update build.yml: Remove All Manager patch as it jsut cuases more problems then solves

James McConnell 1 年之前
父節點
當前提交
dd2a7f1603
共有 1 個文件被更改,包括 0 次插入26 次删除
  1. 0 26
      .github/workflows/build.yml

+ 0 - 26
.github/workflows/build.yml

@@ -304,32 +304,6 @@ jobs:
           cp ../../kernel_patches/69_hide_stuff.patch ./
           patch -p1 -F 3 < 69_hide_stuff.patch
 
-      - name: Add All Managers
-        run: |
-          cd "$CONFIG"
-          case "${{ inputs.kernelsu_variant }}" in
-            "WILD")
-              echo "Applying Manager patch for Wild KSU..."
-              cd Wild_KSU
-              cp ../../kernel_patches/wild/manager.patch ./
-              ;;
-            "KSU")
-              echo "Applying Manager patch for Official KernelSU..."
-              cd KernelSU
-              cp ../../kernel_patches/wild/manager.patch ./
-              ;;
-            "NEXT")
-              echo "Applying Manager patch for KernelSU Next..."
-              cd KernelSU-Next
-              cp ../../kernel_patches/next/manager.patch ./
-              ;;
-            "MKSU")
-              echo "Applying Manager patch for MKSU..."
-              #cp ../kernel_patches/mksu/manager.patch .//
-              ;;
-          esac
-          patch -p1 --fuzz=3 < manager.patch || echo "No Manager Patch"
-
       - name: Add Configuration Settings
         run: |
           echo "Changing to configuration directory: $CONFIG..."