Ver código fonte

fix(action): uncomment condition for kernel version checks in SYSVIPC kABI fix application

TheWildJames 4 meses atrás
pai
commit
a2de4f1ac2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/actions/droidspaces/action.yml

+ 1 - 0
.github/actions/droidspaces/action.yml

@@ -24,6 +24,7 @@ runs:
       run: |
         if [ "${{ inputs.kernel_version }}" == "6.12" ]; then
           curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/kernel-6.12/001.GKI-6.12-or-above-fix_sysvipc_kabi.patch | patch -p1
+        #elif [ "${{ inputs.kernel_version }}" == "6.6" ] || [ "${{ inputs.kernel_version }}" == "6.1" ]; then
         else
           #curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_1_2_3.patch | patch -p1
           #curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_3_4_5.patch | patch -p1