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 /fc43ascl85.cfg | |
parent | 05986250677d05b785f95e0b716836500fd2dd36 (diff) |
f43 mock config
Diffstat (limited to 'fc43ascl85.cfg')
-rw-r--r-- | fc43ascl85.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc43ascl85.cfg b/fc43ascl85.cfg new file mode 100644 index 0000000..84fbcf7 --- /dev/null +++ b/fc43ascl85.cfg @@ -0,0 +1,26 @@ +include('fc43a.tpl') + +config_opts['root'] = 'scl85fc43a' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php85-build php85-php-devel php85-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl85fc43a" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43ascl85/" + +# 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/1485430 +#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-scl85fc43a] +name=result-scl85fc43a +baseurl=file:///var/lib/mock/scl85fc43a/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" |