[openwrt/openwrt] CI: build-tools: build all host tools

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 24 08:14:49 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/3826ebbd181770d43a2a057611707d96ec90b550

commit 3826ebbd181770d43a2a057611707d96ec90b550
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Nov 3 13:32:51 2022 +0100

    CI: build-tools: build all host tools
    
    Now that we build also core packages, we need more host tools. Compile
    all of them to reduce compile time on other actions.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit de9955a62f6aab6eafb2cfdffc4829ee97e69c04)
---
 .github/workflows/build-tools.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml
index 0629b1b62a..0212925c50 100644
--- a/.github/workflows/build-tools.yml
+++ b/.github/workflows/build-tools.yml
@@ -32,6 +32,7 @@ jobs:
           echo CONFIG_DEVEL=y >> .config
           echo CONFIG_AUTOREMOVE=y >> .config
           echo CONFIG_CCACHE=y >> .config
+          echo CONFIG_BUILD_ALL_HOST_TOOLS=y >> .config
 
       - name: Make prereq
         shell: su buildbot -c "sh -e {0}"




More information about the lede-commits mailing list