copr: switch off caching, which does not work for copr and just slow it down
This commit is contained in:
parent
cd03bdaa08
commit
a47dc899cc
1 changed files with 4 additions and 4 deletions
|
@ -58,14 +58,14 @@
|
||||||
# reproducability. Change with care.
|
# reproducability. Change with care.
|
||||||
#
|
#
|
||||||
config_opts['plugin_conf']['package_state_enable'] = False
|
config_opts['plugin_conf']['package_state_enable'] = False
|
||||||
# config_opts['plugin_conf']['ccache_enable'] = True
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
# config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G'
|
# config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G'
|
||||||
# config_opts['plugin_conf']['ccache_opts']['compress'] = None
|
# config_opts['plugin_conf']['ccache_opts']['compress'] = None
|
||||||
# config_opts['plugin_conf']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/ccache/"
|
# config_opts['plugin_conf']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/ccache/"
|
||||||
# config_opts['plugin_conf']['yum_cache_enable'] = True
|
config_opts['plugin_conf']['yum_cache_enable'] = False
|
||||||
# config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 30
|
# config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 30
|
||||||
# config_opts['plugin_conf']['yum_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/yum_cache/"
|
# config_opts['plugin_conf']['yum_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/yum_cache/"
|
||||||
# config_opts['plugin_conf']['root_cache_enable'] = True
|
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||||
# config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 15
|
# config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 15
|
||||||
# config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/"
|
# config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/"
|
||||||
# config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "pigz"
|
# config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "pigz"
|
||||||
|
@ -75,7 +75,7 @@ config_opts['plugin_conf']['package_state_enable'] = False
|
||||||
#
|
#
|
||||||
# bind mount plugin is enabled by default but has no configured directories to
|
# bind mount plugin is enabled by default but has no configured directories to
|
||||||
# mount
|
# mount
|
||||||
# config_opts['plugin_conf']['bind_mount_enable'] = True
|
config_opts['plugin_conf']['bind_mount_enable'] = False
|
||||||
# config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/host/path', '/bind/mount/path/in/chroot/' ))
|
# config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/host/path', '/bind/mount/path/in/chroot/' ))
|
||||||
#
|
#
|
||||||
# config_opts['plugin_conf']['tmpfs_enable'] = False
|
# config_opts['plugin_conf']['tmpfs_enable'] = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue