Install ccache
In a possibly futile attempt to speed up compilation
This commit is contained in:
parent
80c052f661
commit
28fc0d5ab6
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
- 'arduino'
|
||||
- 'arduino-cli'
|
||||
- 'arduino-builder'
|
||||
- 'ccache'
|
||||
- 'hugo'
|
||||
- 'postgresql'
|
||||
- 'postman-bin'
|
||||
|
|
|
@ -59,3 +59,10 @@
|
|||
when: "item not in installed_packages.stdout_lines"
|
||||
with_items:
|
||||
- 'archstrike-keyring'
|
||||
|
||||
- name: Use ccache in makepkg
|
||||
lineinfile:
|
||||
path: /etc/makepkg.conf
|
||||
state: present
|
||||
regexp: '^BUILDENV='
|
||||
line: 'BUILDENV=(!distcc color ccache check !sign)'
|
||||
|
|
Loading…
Reference in a new issue