koji_builder: try and disable this for epel7 issues

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-12-06 11:53:44 -08:00
parent 2dc687f553
commit cea3915ed8

View file

@ -6,5 +6,5 @@ config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
config_opts['use_bootstrap'] = True
config_opts['yum_install_command'] += " --disablerepo=rhel7-server-devtools"
config_opts['yum_install_command'] += " -x devtoolset*"
config_opts['dnf_warning'] = False