copr: builders: call systemd-nspawn with --pipe

https://github.com/rpm-software-management/mock/issues/432
This commit is contained in:
Pavel Raiskup 2020-01-17 13:00:52 +01:00 committed by Pierre-Yves Chibon
parent 25e14657ec
commit cf7e613cb7

View file

@ -41,3 +41,8 @@ config_opts['package_manager_attempt_delay'] = 10
# https://pagure.io/copr/copr/issue/1211
config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE=10240']
# don't hang on broken patches, and don't put color shell sequences into
# build-live.log file
# https://github.com/rpm-software-management/mock/issues/432
config_opts['nspawn_args'] += ['--pipe']