config: introduce per-arch persisted ccache dir

This commit is contained in:
InsanePrawn 2022-08-29 04:21:37 +02:00
parent c0fd1f51b5
commit 47e74fb415
4 changed files with 17 additions and 1 deletions

View file

@ -141,6 +141,7 @@ class PathsSection(DataClass):
pkgbuilds: str
jumpdrive: str
images: str
ccache: str
class ProfilesSection(DataClass):