pkgdep/git: [QAT] Use $jobs to speed up the build
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Iaffb19535b4896b68e34691bf083d8f5c1b8a2a6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13643 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
189961d9d7
commit
8d29a9b701
@ -163,7 +163,7 @@ function install_qat() {
|
||||
patch --dir="$GIT_REPOS/QAT" -p1
|
||||
fi < "$rootdir/test/common/config/pkgdep/patches/qat/0001-default-groups.patch"
|
||||
|
||||
(cd "$GIT_REPOS/QAT" && sudo ./configure --enable-icp-sriov=host && sudo make install)
|
||||
(cd "$GIT_REPOS/QAT" && sudo ./configure --enable-icp-sriov=host && sudo make -j$jobs install)
|
||||
|
||||
if ! sudo service qat_service start; then
|
||||
echo "failed to start the qat service. Something may be wrong with your device or package."
|
||||
|
Loading…
Reference in New Issue
Block a user