Skip to content

Commit

Permalink
CI: tools: compile tools with ccache support for tools container
Browse files Browse the repository at this point in the history
Enable ccache support for tools container, useful to speedup other
workflow even more.

Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Ansuel committed Oct 6, 2022
1 parent ee38573 commit 2781e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,15 @@ jobs:
run: |
chown -R buildbot:buildbot openwrt
- name: Set AUTOREMOVE config for tools container
- name: Set configs for tools container
if: github.event_name == 'push'
shell: su buildbot -c "sh -e {0}"
working-directory: openwrt
run: |
touch .config
echo CONFIG_DEVEL=y >> .config
echo CONFIG_AUTOREMOVE=y >> .config
echo CONFIG_CCACHE=y >> .config
- name: Make prereq
shell: su buildbot -c "sh -e {0}"
Expand Down

0 comments on commit 2781e38

Please sign in to comment.