copr: builders: call systemd-nspawn with --pipe
https://github.com/rpm-software-management/mock/issues/432
This commit is contained in:
parent
25e14657ec
commit
cf7e613cb7
1 changed files with 5 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue