copr: builders: disable root cache
https://pagure.io/copr/copr/issue/1202
This commit is contained in:
parent
08a0f1f8d8
commit
8081fa90b5
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['root_cache_enable'] = True
|
||||
# Disable root cache to not waste disk I/O. Root cache tarballs were created,
|
||||
# but for long time they were not used.
|
||||
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||
|
||||
# when used build ignores additional buildroot packages, reason unknown
|
||||
# config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
config_opts['plugin_conf']['bind_mount_enable'] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue