copr-backend: enable nosync for all builders
See https://github.com/rpm-software-management/mock/issues/53
This commit is contained in:
parent
8db3a16f5e
commit
bd14f29c43
1 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,4 @@ config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
|||
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||
|
||||
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
||||
|
||||
{% if ansible_architecture == 'x86_64' %} # nosync does not currently work for epel-7-ppc64le chroot (https://github.com/rpm-software-management/mock/issues/53)
|
||||
config_opts['nosync'] = True
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue