From de9955a62f6aab6eafb2cfdffc4829ee97e69c04 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Thu, 3 Nov 2022 13:32:51 +0100 Subject: [PATCH] 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 --- .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}" -- 2.30.2