From: Christian Marangi Date: Thu, 3 Nov 2022 12:32:51 +0000 (+0100) Subject: CI: build-tools: build all host tools X-Git-Tag: v24.10.0-rc1~4768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11154%2Fhead;p=thirdparty%2Fopenwrt.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 --- diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml index 0629b1b62ad..0212925c500 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}"