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)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:27:00 +0000 (16:27 +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>
(cherry picked from commit 6645a019f88e2e6930fe63d1a51046a8e72445a0)

.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-* \