diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-04 07:30:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-04 07:30:19 +0200 |
commit | a641ec4f1943dd27cc7c4b3995ca156cfaf250f3 (patch) | |
tree | 01fafc0153b03f17669394709ce0025a7ee1d9be /fc40xscl84.cfg | |
parent | e00b3f901636a0a6bfa3793459452f09bac2c8aa (diff) |
scl84 config
Diffstat (limited to 'fc40xscl84.cfg')
-rw-r--r-- | fc40xscl84.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc40xscl84.cfg b/fc40xscl84.cfg new file mode 100644 index 0000000..27257de --- /dev/null +++ b/fc40xscl84.cfg @@ -0,0 +1,26 @@ +include('fc40x.tpl') + +config_opts['root'] = 'scl84fc40x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php84-build php83-php-devel php83-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl84fc40x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl84/" + +# Only needed to build main SCL package +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/1484400 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl84fc40x] +name=result-scl84fc40x +baseurl=file:///var/lib/mock/scl84fc40x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" |