Install ccache before trying to use it
This commit is contained in:
parent
472b322710
commit
5194afec24
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
||||||
- 'arduino'
|
- 'arduino'
|
||||||
- 'arduino-cli'
|
- 'arduino-cli'
|
||||||
- 'arduino-builder'
|
- 'arduino-builder'
|
||||||
- 'ccache'
|
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
- 'postgresql'
|
- 'postgresql'
|
||||||
- 'postman-bin'
|
- 'postman-bin'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue