From 91a8a5cbd98f1bcc6d75b1552ca57329572abf75 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 11 Jun 2021 06:33:24 -0700 Subject: CCACHE:HAS-LIMITS: install ccache first Signed-off-by: Sean Whitton --- src/property/ccache.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/property/ccache.lisp b/src/property/ccache.lisp index 9922df1..79be9cd 100644 --- a/src/property/ccache.lisp +++ b/src/property/ccache.lisp @@ -31,6 +31,7 @@ See ccache(1) for the format of MAX-SIZE." (:desc (format nil "~A has max size ~D & max files ~D" cache max-size max-files)) (:apply + (installed) (with-change-if-changes-file-content ((merge-pathnames "ccache.conf" (ensure-directory-pathname cache))) ;; Let ccache(1) handle editing and deduplicating the config file, etc. -- cgit v1.2.3