copr: builders: config_opts['dnf_warning'] = False
This commit is contained in:
parent
3d45c8c79d
commit
3a21950120
1 changed files with 4 additions and 0 deletions
|
@ -40,3 +40,7 @@ config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE=10240']
|
|||
# also I believe it is releated to this:
|
||||
# https://github.com/rpm-software-management/mock/issues/186
|
||||
config_opts['nspawn_args'] += ['--capability=cap_ipc_lock']
|
||||
|
||||
# bootstrap chroot is disabled by default, so we don't want to block
|
||||
# the build by this warning
|
||||
config_opts['dnf_warning'] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue