summaryrefslogtreecommitdiffstats
path: root/fc43xscl86.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-02 13:30:34 +0200
committerRemi Collet <remi@php.net>2026-07-02 13:30:34 +0200
commit774cbb276bce570c882be333bfb2b3f8722534ce (patch)
treec77046c0551e8dd4b78cf03d810703e4203e75f7 /fc43xscl86.cfg
parent4ab6e96845492edc23aa11c57ded90ab02424731 (diff)
php86 configHEADmaster
Diffstat (limited to 'fc43xscl86.cfg')
-rw-r--r--fc43xscl86.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc43xscl86.cfg b/fc43xscl86.cfg
new file mode 100644
index 0000000..328460b
--- /dev/null
+++ b/fc43xscl86.cfg
@@ -0,0 +1,26 @@
+include('fc43x.tpl')
+
+config_opts['root'] = 'scl86fc43x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php86-build php86-php-devel php86-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl86fc43x"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43xscl86/"
+
+# 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/1486430
+#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-scl86fc43x]
+name=result-scl86fc43x
+baseurl=file:///var/lib/mock/scl86fc43x/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""