copr-builder: disable nosync on ppc64le

- hotfix for building in epel-7-ppc64le chroot
This commit is contained in:
clime 2017-12-18 21:00:50 +01:00
parent a6dede2002
commit a2883ab54d

View file

@ -22,4 +22,6 @@ 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 with errors /lib64/ld64.so.2: version `GLIBC_2.22' not found
config_opts['nosync'] = True
{% endif %}