projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00fcab
)
CI: build-tools: build all host tools
author
Christian Marangi
<ansuelsmth@gmail.com>
Thu, 3 Nov 2022 12:32:51 +0000
(13:32 +0100)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 24 Oct 2023 15:12:42 +0000
(17:12 +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>
(cherry picked from commit
de9955a62f6aab6eafb2cfdffc4829ee97e69c04
)
.github/workflows/build-tools.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build-tools.yml
b/.github/workflows/build-tools.yml
index 0629b1b62ad819dc3e61fed5ca9622bfa9ddf2a0..0212925c5000a762e79d5eb1d4490181a9b52781 100644
(file)
--- 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}"