diff --git a/tasks/dev.yml b/tasks/dev.yml index 9ed815e..96a0116 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -9,7 +9,6 @@ - 'arduino' - 'arduino-cli' - 'arduino-builder' - - 'ccache' - 'hugo' - 'postgresql' - 'postman-bin' diff --git a/tasks/packages.yml b/tasks/packages.yml index b93200d..9b0c19d 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -63,6 +63,13 @@ with_items: - 'archstrike-keyring' +- name: "Install ccache" + aur: + skip_installed: true + name: ccache + become: true + become_user: aur_builder + - name: Use ccache in makepkg lineinfile: path: /etc/makepkg.conf