summaryrefslogtreecommitdiffstats
path: root/fc43xscl81.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-01 08:47:30 +0200
committerRemi Collet <remi@php.net>2025-09-01 08:47:30 +0200
commitff386021b9fab428acbc78114902f227e5781914 (patch)
tree6772d3acf8fc4fc64f90ff2ee853a515f9adfc85 /fc43xscl81.cfg
parent05986250677d05b785f95e0b716836500fd2dd36 (diff)
f43 mock config
Diffstat (limited to 'fc43xscl81.cfg')
-rw-r--r--fc43xscl81.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc43xscl81.cfg b/fc43xscl81.cfg
new file mode 100644
index 0000000..23e7587
--- /dev/null
+++ b/fc43xscl81.cfg
@@ -0,0 +1,26 @@
+include('fc43x.tpl')
+
+config_opts['root'] = 'scl81fc43x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php81-build php81-php-devel php81-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl81fc43x"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43xscl81/"
+
+# 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-scl81fc43x]
+name=result-scl81fc43x
+baseurl=file:///var/lib/mock/scl81fc43x/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""