copr: builders: temporarily disable yum_caches again
This causes problems to @python/python3.8 project, where is too
heavy re-use of VMs (several hundreds of builds on one VM).
This reverts commit 9988126185
.
This commit is contained in:
parent
618c1be2fe
commit
1bde1869f8
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['yum_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue