Parcourir la source

ci(susfs-patches): remove commented-out namespace.c.patch code block

TheWildJames il y a 6 mois
Parent
commit
59368d6e3e
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      .github/actions/susfs-patches/action.yml

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

@@ -124,9 +124,4 @@ runs:
         if [[ "$SUBLEVEL" -le 58 ]]; then
           cp ${{ github.workspace }}/kernel_patches/wild/susfs_fix_patches/v${SUSFS_VERSION}/a15-6.6/task_mmu.c.patch ./
           patch -p1 < task_mmu.c.patch
-        fi
-
-        #if [[ "$SUBLEVEL" -le 46 ]]; then
-        #  cp ${{ github.workspace }}/kernel_patches/wild/susfs_fix_patches/v${SUSFS_VERSION}/a15-6.6/namespace.c.patch ./
-        #  patch -p1 < namespace.c.patch
-        #fi
+        fi