CI: build-tools: build all host tools
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 3 Nov 2022 12:32:51 +0000 (13:32 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 16 Jun 2023 09:09:12 +0000 (11:09 +0200)
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@gmail.com>
.github/workflows/build-tools.yml

index 0629b1b62ad819dc3e61fed5ca9622bfa9ddf2a0..0212925c5000a762e79d5eb1d4490181a9b52781 100644 (file)
@@ -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}"