Install ccache

In a possibly futile attempt to speed up compilation
This commit is contained in:
Jake Howard 2019-05-25 00:06:02 +01:00
parent 80c052f661
commit 28fc0d5ab6
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- 'arduino' - 'arduino'
- 'arduino-cli' - 'arduino-cli'
- 'arduino-builder' - 'arduino-builder'
- 'ccache'
- 'hugo' - 'hugo'
- 'postgresql' - 'postgresql'
- 'postman-bin' - 'postman-bin'

View File

@ -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)'