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

Update gki-kernel.yml

James McConnell 1 éve
szülő
commit
38d2881862
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/gki-kernel.yml

+ 1 - 1
.github/workflows/gki-kernel.yml

@@ -298,7 +298,7 @@ jobs:
           else
             rm -rf ./common/android/abi_gki_protected_exports_*
             sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
-            sed -i 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-Wild+"/' ./common/scripts/setlocalversion
+            sed -i 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-Wild+"/'  ./common/arch/arm64/configs/gki_defconfig
             tools/bazel build --config=fast --lto=${{ inputs.lto_type }} //common:kernel_aarch64_dist
           fi