File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,14 @@ runs:
281281 echo "CONFIG_IP6_NF_TARGET_HL=y" >> ./common/arch/arm64/configs/gki_defconfig
282282 echo "CONFIG_IP6_NF_MATCH_HL=y" >> ./common/arch/arm64/configs/gki_defconfig
283283
284+ - name : Add TTL Target Support
285+ shell : bash
286+ run : |
287+ echo "Changing to configuration directory: $CONFIG..."
288+ cd "$CONFIG/kernel_platform"
289+ echo "CONFIG_LTO_CLANG_THIN=y" >> ./common/arch/arm64/configs/gki_defconfig
290+ echo "CONFIG_LTO_CLANG=y" >> ./common/arch/arm64/configs/gki_defconfig
291+
284292 - name : Save Build Metadata
285293 shell : bash
286294 id : save_metadata
@@ -464,9 +472,9 @@ runs:
464472 MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
465473 fi
466474
467- make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" gki_defconfig || exit 1
468- make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" || exit 1
469-
475+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin " gki_defconfig || exit 1
476+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin " || exit 1
477+
470478 - name : Create Kernel ZIP
471479 id : create_zip
472480 shell : bash
You can’t perform that action at this time.
0 commit comments