[openwrt/openwrt] CI: packages.yml: Fix usage of pre-build tools
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 4 08:37:43 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/8ac2cf6de998c93c5bb4e7f2471b32fbb97aea80
commit 8ac2cf6de998c93c5bb4e7f2471b32fbb97aea80
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Nov 2 22:17:51 2022 +0100
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 at hauke-m.de>
(cherry picked from commit 6645a019f88e2e6930fe63d1a51046a8e72445a0)
---
.github/workflows/packages.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index bf918fe562..49d795c122 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -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-* \
More information about the lede-commits
mailing list