From 5194afec243ccabbc4725903460fe31a661e7164 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 May 2019 19:00:03 +0100 Subject: [PATCH] Install ccache before trying to use it --- tasks/dev.yml | 1 - tasks/packages.yml | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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