summaryrefslogtreecommitdiffstats
path: root/fc44ascl84.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 /fc44ascl84.cfg
parentf435300caae9ee9157dc2b18e6a2b3af74e83e56 (diff)
F44 mock configHEADmaster
Diffstat (limited to 'fc44ascl84.cfg')
-rw-r--r--fc44ascl84.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc44ascl84.cfg b/fc44ascl84.cfg
new file mode 100644
index 0000000..c0a8021
--- /dev/null
+++ b/fc44ascl84.cfg
@@ -0,0 +1,26 @@
+include('fc44a.tpl')
+
+config_opts['root'] = 'scl84fc44a'
+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/scl84fc44a"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44ascl84/"
+
+# 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/1484440
+#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-scl84fc44a]
+name=result-scl84fc44a
+baseurl=file:///var/lib/mock/scl84fc44a/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""