config: introduce per-arch persisted ccache dir
This commit is contained in:
parent
c0fd1f51b5
commit
47e74fb415
4 changed files with 17 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue