We were hard-coding '3' instead of using the {smp} yaml variable,
which has been defined specifically for use in this context.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
projects/osinfo-db.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/osinfo-db.yaml b/projects/osinfo-db.yaml
index 9a7d5e1..6fa1895 100644
--- a/projects/osinfo-db.yaml
+++ b/projects/osinfo-db.yaml
@@ -17,7 +17,7 @@
command: |
{make_env}
export PATH=$VIRT_PREFIX/bin:$PATH
- $MAKE -j3 all
+ $MAKE -j{smp} all
$MAKE install OSINFO_DB_TARGET="--system"
- generic-rpm-job:
parent_jobs: 'osinfo-db-master-build'
--
2.14.3