diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-16 08:54:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-16 08:54:07 +0100 |
commit | 22c48c83f0bd1c23dea7b5dea4d7eefa3ebd74b2 (patch) | |
tree | 27dcc82803ee70a307be3c3f5c7a562dc86ddf39 | |
parent | 3eadaff8c45aa5bfad59da681993dd125a7c526a (diff) |
more cores
-rw-r--r-- | el7x.tpl | 2 | ||||
-rw-r--r-- | el8x.tpl | 2 | ||||
-rw-r--r-- | el9x.tpl | 2 | ||||
-rw-r--r-- | fc37x.tpl | 2 | ||||
-rw-r--r-- | fc38x.tpl | 2 | ||||
-rw-r--r-- | fc39x.tpl | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -17,7 +17,7 @@ config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' #config_opts['package_manager'] = 'dnf' #config_opts['use_bootstrap'] = False -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".el7.remi" config_opts['macros']['%rhel']="7" config_opts['macros']['%_with_ibase']="1" @@ -20,7 +20,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".el8.remi" config_opts['macros']['%rhel']="8" config_opts['macros']['%_with_ibase']="1" @@ -20,7 +20,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" @@ -21,7 +21,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".fc37.remi" config_opts['macros']['%fedora']="37" config_opts['macros']['%_with_ibase']="1" @@ -21,7 +21,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".fc38.remi" config_opts['macros']['%fedora']="38" config_opts['macros']['%_with_ibase']="1" @@ -21,7 +21,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".fc39.remi" config_opts['macros']['%fedora']="39" config_opts['macros']['%_with_ibase']="1" |