diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-21 11:59:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-21 11:59:32 +0200 |
commit | 6701f02977131b8c8081c4ad8baaac227f65381d (patch) | |
tree | b72160aff4736225488cde61f88e96a276ff7322 /fc41ascl84.cfg | |
parent | b7dbdf4cdeea271da7979b4ad88096774b932cdf (diff) |
F41 config + SCL
Diffstat (limited to 'fc41ascl84.cfg')
-rw-r--r-- | fc41ascl84.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc41ascl84.cfg b/fc41ascl84.cfg new file mode 100644 index 0000000..221d831 --- /dev/null +++ b/fc41ascl84.cfg @@ -0,0 +1,26 @@ +include('fc41a.tpl') + +config_opts['root'] = 'scl84fc41a' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php84-build php84-php-devel php84-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl84fc41a" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41ascl84/" + +# 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/1484410 +#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-scl84fc41a] +name=result-scl84fc41a +baseurl=file:///var/lib/mock/scl84fc41a/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" |