copr-builder: disable nosync on ppc64le
- hotfix for building in epel-7-ppc64le chroot
This commit is contained in:
parent
a6dede2002
commit
a2883ab54d
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue