Parcourir la source

ci(susfs-patches): comment out namespace patch application

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

+ 4 - 4
.github/actions/susfs-patches/action.yml

@@ -126,7 +126,7 @@ runs:
           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
+        #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