diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-06 15:08:28 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-06 15:08:28 +0100 |
| commit | e9c4c82a026d9210e3638b108a68142255f53bd7 (patch) | |
| tree | 201fca47176586c9afa51ea2c430fb6785082ac0 /fc44ascl80.cfg | |
| parent | f435300caae9ee9157dc2b18e6a2b3af74e83e56 (diff) | |
Diffstat (limited to 'fc44ascl80.cfg')
| -rw-r--r-- | fc44ascl80.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc44ascl80.cfg b/fc44ascl80.cfg new file mode 100644 index 0000000..33d0758 --- /dev/null +++ b/fc44ascl80.cfg @@ -0,0 +1,26 @@ +include('fc44a.tpl') + +config_opts['root'] = 'scl80fc44a' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php80-build php80-php-devel php80-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl80fc44a" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44ascl80/" + +# 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/1484440 +#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-scl80fc44a] +name=result-scl80fc44a +baseurl=file:///var/lib/mock/scl80fc44a/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" |
