copr: builders: re-enable root cache
I was wrong. We actually use the root cache, because we - for each build_chroot - build src.rpm separately, and once src.rpm is ready we build binary rpm. This reverts commit b768a27fafd28ab0168279c9d7d474021a1f6534.
This commit is contained in:
parent
69f659ce28
commit
ed20388baf
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
||||
# 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
|
||||
|
||||
config_opts['plugin_conf']['root_cache_enable'] = True
|
||||
# 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