File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1019,7 +1019,8 @@ runs:
10191019 KERNEL_PATH="$GITHUB_WORKSPACE/$CONFIG/kernel_platform"
10201020 cd "$KERNEL_PATH/common"
10211021 mkdir -p out
1022- CUSTOM_LOCALVERSION="-${ANDROID_VER}-OP-Wild"
1022+ # CUSTOM_LOCALVERSION="-${ANDROID_VER}-OP-Wild"
1023+ CUSTOM_LOCALVERSION="-OP-Wild"
10231024 cat >> arch/arm64/configs/gki_defconfig <<EOF
10241025 CONFIG_LOCALVERSION="-OP-Wild"
10251026 EOF
@@ -1270,8 +1271,10 @@ runs:
12701271
12711272 if [ -n "${CUSTOM_LOCALVERSION:-}" ]; then
12721273 scripts/config --file "$OUT/.config" --set-str LOCALVERSION "${CUSTOM_LOCALVERSION}"
1273- scripts/config --file "$OUT/.config" -d LOCALVERSION_AUTO || true
1274- sed -i 's/scm_version="$(scm_version --short)"/scm_version=""/' scripts/setlocalversion
1274+ scripts/config --file "$OUT/.config" -e LOCALVERSION_AUTO || true
1275+ scripts/config --file "$OUT/.config" -e MODULE_SCMVERSION || true
1276+ # scripts/config --file "$OUT/.config" -d LOCALVERSION_AUTO || true
1277+ # sed -i 's/scm_version="$(scm_version --short)"/scm_version=""/' scripts/setlocalversion
12751278 fi
12761279
12771280 # if [ "${{ inputs.optimize_level }}" = "O3" ]; then
You can’t perform that action at this time.
0 commit comments