copr-backend: do not enable nosync mock plugin for ppc64le
https://github.com/rpm-software-management/mock/issues/53
This commit is contained in:
parent
653110c817
commit
eea1f434a1
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue