Forráskód Böngészése

ci: update Baseband-guard setup script in build workflow

Remove specific commit hash from Baseband-guard setup script to use latest version and ensure BBG config is properly set in gki_defconfig and Kconfig
TheWildJames 11 hónapja
szülő
commit
11f1ecca11
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/build.yml

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

@@ -269,7 +269,7 @@ jobs:
         run: |
           cd "$CONFIG"
           echo "Adding BBG..."
-          wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash -s eea9daca5857ef07531bb0ba8296ff9d845c6e1e
+          wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
           echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
           sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/landlock/landlock,baseband_guard/ } }' common/security/Kconfig