diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-19 07:25:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-19 07:25:26 +0100 |
commit | f05d1d65993a4bf96c8bdad3057ccb9a024e3624 (patch) | |
tree | 8f7392a523644c111a90af3e9efd3e846147b8ce /fc40a.tpl | |
parent | 82606807c9e890f896ef5a9cb842fc11284afffd (diff) |
move to -j24 on aarch64
Diffstat (limited to 'fc40a.tpl')
-rw-r--r-- | fc40a.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |