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:
281
281
echo "CONFIG_IP6_NF_TARGET_HL=y" >> ./common/arch/arm64/configs/gki_defconfig
282
282
echo "CONFIG_IP6_NF_MATCH_HL=y" >> ./common/arch/arm64/configs/gki_defconfig
283
283
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
+
284
292
- name : Save Build Metadata
285
293
shell : bash
286
294
id : save_metadata
@@ -464,9 +472,9 @@ runs:
464
472
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
465
473
fi
466
474
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
+
470
478
- name : Create Kernel ZIP
471
479
id : create_zip
472
480
shell : bash
You can’t perform that action at this time.
0 commit comments