summaryrefslogtreecommitdiffstats
path: root/el10xscl83.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-15 14:48:59 +0100
committerRemi Collet <remi@php.net>2024-11-15 14:48:59 +0100
commit7a76829e262933a0f9c82d5329bdbcbd4fdf11ca (patch)
tree1288e318296323a29ff8a814ca698f4c3cd2f44a /el10xscl83.cfg
parent21d0cca042838008a3c4daae6d2cb9f529286ac0 (diff)
EL-10 PHP SCL
Diffstat (limited to 'el10xscl83.cfg')
-rw-r--r--el10xscl83.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/el10xscl83.cfg b/el10xscl83.cfg
new file mode 100644
index 0000000..3cc5859
--- /dev/null
+++ b/el10xscl83.cfg
@@ -0,0 +1,24 @@
+include('el10x.tpl')
+
+config_opts['root'] = 'scl83el10x'
+config_opts['resultdir'] = "/var/lib/mock/scl83el10x"
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build nss remi-crypto-legacy php83-build php83-php-devel php83-php-pear'
+
+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/1484370
+#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-scl83el10x]
+name=result-scl83el10x
+baseurl=file:/var/lib/mock/scl83el10x/
+metadata_expire=30
+enabled=1
+skip_if_unavailable=True
+
+"""