summaryrefslogtreecommitdiffstats
path: root/fc41ascl83.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-21 11:59:32 +0200
committerRemi Collet <remi@php.net>2024-08-21 11:59:32 +0200
commit6701f02977131b8c8081c4ad8baaac227f65381d (patch)
treeb72160aff4736225488cde61f88e96a276ff7322 /fc41ascl83.cfg
parentb7dbdf4cdeea271da7979b4ad88096774b932cdf (diff)
F41 config + SCL
Diffstat (limited to 'fc41ascl83.cfg')
-rw-r--r--fc41ascl83.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc41ascl83.cfg b/fc41ascl83.cfg
new file mode 100644
index 0000000..c546739
--- /dev/null
+++ b/fc41ascl83.cfg
@@ -0,0 +1,26 @@
+include('fc41a.tpl')
+
+config_opts['root'] = 'scl83fc41a'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php83-build php83-php-devel php83-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl83fc41a"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41ascl83/"
+
+# 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/1484410
+#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-scl83fc41a]
+name=result-scl83fc41a
+baseurl=file:///var/lib/mock/scl83fc41a/
+enabled=1
+metadata_expire=10
+skip_if_unavailable=True
+
+"""