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'
|
||||||
- 'arduino-cli'
|
- 'arduino-cli'
|
||||||
- 'arduino-builder'
|
- 'arduino-builder'
|
||||||
|
- 'ccache'
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
- 'postgresql'
|
- 'postgresql'
|
||||||
- 'postman-bin'
|
- 'postman-bin'
|
||||||
|
|
|
@ -59,3 +59,10 @@
|
||||||
when: "item not in installed_packages.stdout_lines"
|
when: "item not in installed_packages.stdout_lines"
|
||||||
with_items:
|
with_items:
|
||||||
- 'archstrike-keyring'
|
- '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