Преглед изворни кода

test: temporarily disable 6.6-fix (min_kdp / wifi+bt)

Stock Samsung 6.6 shouldn't need it; checking whether the
kdp_set_cred_non_rcu modpost failure goes away without it.
TheWildJames пре 3 дана
родитељ
комит
c20ab19ef0
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .github/workflows/build.yml

+ 4 - 1
.github/workflows/build.yml

@@ -343,7 +343,10 @@ jobs:
         uses: ./.github/actions/optimization
 
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
-        if: ${{ env.KERNEL_VER == '6.6' }}
+        # TEMP-DISABLED 2026-09-08: stock Samsung shouldn't need this; testing
+        # whether the kdp modpost failure goes away without it. Re-enable by
+        # restoring: if: ${{ env.KERNEL_VER == '6.6' }}
+        if: false
         uses: ./.github/actions/6.6-fix
 
       - name: temp fix for m55 bootloop maybe