From: Christian Marangi Date: Thu, 3 Nov 2022 12:32:51 +0000 (+0100) Subject: CI: build-tools: build all host tools X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3826ebbd181770d43a2a057611707d96ec90b550;p=openwrt%2Fstaging%2Fjow.git 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 (cherry picked from commit de9955a62f6aab6eafb2cfdffc4829ee97e69c04) --- 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}"