summaryrefslogtreecommitdiffstats
path: root/fc39ascl84.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-04 07:30:19 +0200
committerRemi Collet <remi@php.net>2024-07-04 07:30:19 +0200
commita641ec4f1943dd27cc7c4b3995ca156cfaf250f3 (patch)
tree01fafc0153b03f17669394709ce0025a7ee1d9be /fc39ascl84.cfg
parente00b3f901636a0a6bfa3793459452f09bac2c8aa (diff)
scl84 config
Diffstat (limited to 'fc39ascl84.cfg')
-rw-r--r--fc39ascl84.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc39ascl84.cfg b/fc39ascl84.cfg
new file mode 100644
index 0000000..5f69d54
--- /dev/null
+++ b/fc39ascl84.cfg
@@ -0,0 +1,26 @@
+include('fc39a.tpl')
+
+config_opts['root'] = 'scl84fc39a'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php84-build php83-php-devel php83-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl84fc39a"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39ascl84/"
+
+# 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/1484390
+#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-scl84fc39a]
+name=result-scl84fc39a
+baseurl=file:///var/lib/mock/scl84fc39a/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""