copr-backend: do not enable nosync mock plugin for ppc64le

https://github.com/rpm-software-management/mock/issues/53
This commit is contained in:
clime 2017-03-01 19:03:16 +01:00
parent 653110c817
commit eea1f434a1

View file

@ -25,4 +25,6 @@ config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
{% endif %}
{% 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 %}