mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-10 22:44:04 +00:00
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 <ansuelsmth@gmail.com> (cherry picked from commit de9955a62f6aab6eafb2cfdffc4829ee97e69c04)
This commit is contained in:
parent
b00fcab13c
commit
3826ebbd18
1
.github/workflows/build-tools.yml
vendored
1
.github/workflows/build-tools.yml
vendored
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user