summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-19 07:25:26 +0100
committerRemi Collet <remi@php.net>2024-03-19 07:25:26 +0100
commitf05d1d65993a4bf96c8bdad3057ccb9a024e3624 (patch)
tree8f7392a523644c111a90af3e9efd3e846147b8ce
parent82606807c9e890f896ef5a9cb842fc11284afffd (diff)
move to -j24 on aarch64HEADmaster
-rw-r--r--el8a.tpl2
-rw-r--r--el9a.tpl2
-rw-r--r--fc39a.tpl2
-rw-r--r--fc40a.tpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/el8a.tpl b/el8a.tpl
index 7249c0a..cd7b6d8 100644
--- a/el8a.tpl
+++ b/el8a.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']="-j30"
+config_opts['macros']['%_smp_mflags']="-j24"
config_opts['macros']['%dist']=".el8.remi"
config_opts['macros']['%rhel']="8"
config_opts['macros']['%_with_ibase']="1"
diff --git a/el9a.tpl b/el9a.tpl
index 71fb635..cf78d81 100644
--- a/el9a.tpl
+++ b/el9a.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']="-j30"
+config_opts['macros']['%_smp_mflags']="-j24"
config_opts['macros']['%dist']=".el9.remi"
config_opts['macros']['%rhel']="9"
config_opts['macros']['%_with_ibase']="1"
diff --git a/fc39a.tpl b/fc39a.tpl
index f85125d..ffd9edb 100644
--- a/fc39a.tpl
+++ b/fc39a.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']="-j24"
config_opts['macros']['%dist']=".fc39.remi"
config_opts['macros']['%fedora']="39"
config_opts['macros']['%_with_ibase']="1"
diff --git a/fc40a.tpl b/fc40a.tpl
index e3cda77..81fed92 100644
--- a/fc40a.tpl
+++ b/fc40a.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']="-j24"
config_opts['macros']['%dist']=".fc40.remi"
config_opts['macros']['%fedora']="40"
config_opts['macros']['%_with_ibase']="1"