diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-05 17:02:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-05 17:02:35 +0200 |
commit | 44f4c39916e555a1c50be46f1b5096c518f87b20 (patch) | |
tree | 989e5c77703cf83ecbe4662bb04390fcaefce5eb /el8xscl72.cfg | |
parent | 687042b4f23bd63cf0a2e23846612c23cee2f50b (diff) |
disable _build_id_links on EL8 for SCL
Diffstat (limited to 'el8xscl72.cfg')
-rw-r--r-- | el8xscl72.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/el8xscl72.cfg b/el8xscl72.cfg index c60d867..841e8b6 100644 --- a/el8xscl72.cfg +++ b/el8xscl72.cfg @@ -9,6 +9,10 @@ config_opts['module_enable'] = ['subversion:1.10', 'php:7.2', 'varnish:6', 'swig config_opts['macros']['%scl_vendor']="remi" config_opts['macros']['%_scl_prefix']="/opt/remi" config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' config_opts['yum.conf'] += """ |