Forráskód Böngészése

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 <[email protected]>
Christian Marangi 3 éve
szülő
commit
de9955a62f
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .github/workflows/build-tools.yml

+ 1 - 0
.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}"