Skip to content

Commit

Permalink
CI: build-tools: build all host tools
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ansuel committed Jun 16, 2023
1 parent 0e89ba8 commit de9955a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit de9955a

Please sign in to comment.