CI: packages.yml: Fix usage of pre-build tools

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 6645a019f8)
This commit is contained in:
Hauke Mehrtens 2022-11-02 22:17:51 +01:00 committed by Josef Schlehofer
parent c14030c6bf
commit 1b34fc20cc
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 0 deletions

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