Blame SOURCES/0719-travis-support-SMP-if-available.patch

17b0f1
From 1d94abd086b04dabf20f547470d19ad12b969a9a Mon Sep 17 00:00:00 2001
17b0f1
From: Frantisek Sumsal <fsumsal@redhat.com>
17b0f1
Date: Mon, 4 Mar 2019 10:26:46 +0100
17b0f1
Subject: [PATCH] travis: support SMP if available
17b0f1
17b0f1
---
17b0f1
 ci/travis-centos-rhel7.sh | 2 +-
17b0f1
 1 file changed, 1 insertion(+), 1 deletion(-)
17b0f1
17b0f1
diff --git a/ci/travis-centos-rhel7.sh b/ci/travis-centos-rhel7.sh
17b0f1
index 7db3a8db41..bb60012eea 100755
17b0f1
--- a/ci/travis-centos-rhel7.sh
17b0f1
+++ b/ci/travis-centos-rhel7.sh
17b0f1
@@ -51,7 +51,7 @@ for phase in "${PHASES[@]}"; do
17b0f1
             $DOCKER_EXEC ./configure --disable-timesyncd --disable-kdbus --disable-terminal \
17b0f1
                                      --enable-gtk-doc --enable-compat-libs --disable-sysusers \
17b0f1
                                      --disable-ldconfig --enable-lz4 --with-sysvinit-path=/etc/rc.d/init.d
17b0f1
-            $DOCKER_EXEC make
17b0f1
+            $DOCKER_EXEC make -j $(nproc)
17b0f1
             # Run the internal testsuite
17b0f1
             # Let's install the new systemd and "reboot" the container to avoid
17b0f1
             # unexpected fails due to incompatibilities with older systemd