summaryrefslogtreecommitdiffstats
path: root/fc44xscl85.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-06 15:08:28 +0100
committerRemi Collet <remi@php.net>2026-02-06 15:08:28 +0100
commite9c4c82a026d9210e3638b108a68142255f53bd7 (patch)
tree201fca47176586c9afa51ea2c430fb6785082ac0 /fc44xscl85.cfg
parentf435300caae9ee9157dc2b18e6a2b3af74e83e56 (diff)
F44 mock configHEADmaster
Diffstat (limited to 'fc44xscl85.cfg')
-rw-r--r--fc44xscl85.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc44xscl85.cfg b/fc44xscl85.cfg
new file mode 100644
index 0000000..fb7e39e
--- /dev/null
+++ b/fc44xscl85.cfg
@@ -0,0 +1,26 @@
+include('fc44x.tpl')
+
+config_opts['root'] = 'scl85fc44x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php85-build php85-php-devel php85-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl85fc44x"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44xscl85/"
+
+# 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/1485440
+#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-scl85fc44x]
+name=result-scl85fc44x
+baseurl=file:///var/lib/mock/scl85fc44x/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""