Skip to content

Commit b488e3c

Browse files
committed
build with make no lto with changes 3
1 parent 0177672 commit b488e3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/actions/action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)