diff options
Diffstat (limited to 'hosts/jenkins')
-rw-r--r-- | hosts/jenkins/etc/mock/fedora-23-x86_64.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg b/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg index d384ec91..0da1e2a3 100644 --- a/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg +++ b/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg @@ -5,6 +5,8 @@ config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['dist'] = 'fc23' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '23' +# this should be varied between 1st+2nd build: +config_opts['macros']['%_smp_mflags'] = "-j8" config_opts['yum.conf'] = """ [main] |