CI: packages.yml: Fix usage of pre-build tools
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 2 Nov 2022 21:17:51 +0000 (22:17 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Nov 2022 23:08:09 +0000 (00:08 +0100)
Activate CONFIG_AUTOREMOVE to match the settings used to build the
pre-build tools. This has to match the pre-build tools to not rebuild
them.

This prevents the tools being rebuild in packages.yml.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
.github/workflows/packages.yml

index bf918fe562191472f14d01ec00fd3f3f77e0892e..49d795c122a6a18b5ba4be1b70597e35f2bb49ab 100644 (file)
@@ -112,6 +112,8 @@ jobs:
           echo CONFIG_ALL=y >> .config
           echo CONFIG_ALL_KMODS=y >> .config
           echo CONFIG_ALL_NONSHARED=y >> .config
+          echo CONFIG_DEVEL=y >> .config
+          echo CONFIG_AUTOREMOVE=y >> .config
 
           ./scripts/ext-toolchain.sh \
             --toolchain ${{ env.TOOLCHAIN_FILE }}/toolchain-* \