[backend] hotfix for ignored extra buildroot packages
This commit is contained in:
parent
ba81dd126e
commit
be3c88e08e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ config_opts['plugin_conf']['ccache_enable'] = False
|
|||
config_opts['plugin_conf']['yum_cache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['root_cache_enable'] = True
|
||||
config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
# when used build ignores additional buildroot packages, reason unknown
|
||||
# config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
config_opts['plugin_conf']['root_cache_opts']['exclude_dirs'] = ["./proc", "./sys", "./dev",
|
||||
"./tmp/ccache", "./var/cache/yum" ]
|
||||
config_opts['plugin_conf']['bind_mount_enable'] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue