diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-01 08:47:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-01 08:47:30 +0200 |
commit | ff386021b9fab428acbc78114902f227e5781914 (patch) | |
tree | 6772d3acf8fc4fc64f90ff2ee853a515f9adfc85 /fc43xscl83.cfg | |
parent | 05986250677d05b785f95e0b716836500fd2dd36 (diff) |
f43 mock config
Diffstat (limited to 'fc43xscl83.cfg')
-rw-r--r-- | fc43xscl83.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc43xscl83.cfg b/fc43xscl83.cfg new file mode 100644 index 0000000..6e76f7e --- /dev/null +++ b/fc43xscl83.cfg @@ -0,0 +1,26 @@ +include('fc43x.tpl') + +config_opts['root'] = 'scl83fc43x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php83-build php83-php-devel php83-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl83fc43x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43xscl83/" + +# 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/1484430 +#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-scl83fc43x] +name=result-scl83fc43x +baseurl=file:///var/lib/mock/scl83fc43x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" |