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

@ -42,6 +42,7 @@ CONFIG_DEFAULTS_DICT = {
'pkgbuilds': os.path.join('%cache_dir%', 'pkgbuilds'),
'jumpdrive': os.path.join('%cache_dir%', 'jumpdrive'),
'images': os.path.join('%cache_dir%', 'images'),
'ccache': os.path.join('%cache_dir%', 'ccache'),
},
'profiles': {
'current': 'default',