Bläddra i källkod

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 dagar sedan
förälder
incheckning
c20ab19ef0
1 ändrade filer med 4 tillägg och 1 borttagningar
  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