Install ccache before trying to use it

This commit is contained in:
Jake Howard 2019-05-26 19:00:03 +01:00
parent 472b322710
commit 5194afec24
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -63,6 +63,13 @@
with_items: with_items:
- 'archstrike-keyring' - 'archstrike-keyring'
- name: "Install ccache"
aur:
skip_installed: true
name: ccache
become: true
become_user: aur_builder
- name: Use ccache in makepkg - name: Use ccache in makepkg
lineinfile: lineinfile:
path: /etc/makepkg.conf path: /etc/makepkg.conf