Procházet zdrojové kódy

fix(action): remove redundant Apply Kernel SUSFS Patches step and adjust conditional logic for Android 12 5.10

TheWildJames před 4 měsíci
rodič
revize
0848dd1327
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      .github/actions/susfs/action.yml

+ 6 - 1
.github/actions/susfs/action.yml

@@ -216,7 +216,12 @@ runs:
           sed -i '/^#include <linux\/ksh.h>$/a #include <linux/dma-buf.h>' fs/exec.c
           FIX_REJ=1
         fi
-        
+
+    - name: Apply Kernel SUSFS Patches
+      shell: bash
+      if: false
+      working-directory: ${{ github.workspace }}/kernel/common
+      run: |
         SHOW_PAD_FIX=0
         if [[ "${{ inputs.android_version }}" = "android12" && "${{ inputs.kernel_version }}" = "5.10" && "${{ inputs.sublevel }}" -le 209 ]]; then
           SHOW_PAD_FIX=1