From 22c48c83f0bd1c23dea7b5dea4d7eefa3ebd74b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Nov 2023 08:54:07 +0100 Subject: more cores --- el7x.tpl | 2 +- el8x.tpl | 2 +- el9x.tpl | 2 +- fc37x.tpl | 2 +- fc38x.tpl | 2 +- fc39x.tpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/el7x.tpl b/el7x.tpl index 2943d8a..ed98db1 100644 --- a/el7x.tpl +++ b/el7x.tpl @@ -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" diff --git a/el8x.tpl b/el8x.tpl index 82dcdf6..277f95a 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -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" diff --git a/el9x.tpl b/el9x.tpl index f14a85d..ab76d7e 100644 --- a/el9x.tpl +++ b/el9x.tpl @@ -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" diff --git a/fc37x.tpl b/fc37x.tpl index 5f03a85..c97862b 100644 --- a/fc37x.tpl +++ b/fc37x.tpl @@ -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" diff --git a/fc38x.tpl b/fc38x.tpl index 2988f39..d1d6545 100644 --- a/fc38x.tpl +++ b/fc38x.tpl @@ -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" diff --git a/fc39x.tpl b/fc39x.tpl index 68b105c..05fcf6b 100644 --- a/fc39x.tpl +++ b/fc39x.tpl @@ -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" -- cgit