James McConnell 1 год назад
Родитель
Сommit
38d2881862
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/gki-kernel.yml

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

@@ -298,7 +298,7 @@ jobs:
           else
           else
             rm -rf ./common/android/abi_gki_protected_exports_*
             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 "/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
             tools/bazel build --config=fast --lto=${{ inputs.lto_type }} //common:kernel_aarch64_dist
           fi
           fi