File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if [ $opt_binrpm -eq 1 ]; then
76
76
if [ $opt_rpm -eq 1 ]; then
77
77
test_exec=" env RPM_BUILD_NCPUS=${NPROC} rpmbuild -bb --define='configure_options $jenkins_test_custom_configure ' $rpmmacros $rpmopts $rpmspec "
78
78
else
79
- test_exec=" env configure_options=\" $jenkins_test_custom_configure \" dpkg-buildpackage -us -uc -b"
79
+ test_exec=" env configure_options=\" $jenkins_test_custom_configure \" make_opts= \" -j ${NPROC} \" dpkg-buildpackage --jobs= $NPROC -us -uc -b"
80
80
fi
81
81
do_check_result " $test_exec " " $test_id " " binrpm" " $rpm_tap " " ${rpm_dir} /rpm-${test_id} "
82
82
test_id=$(( test_id+ 1 ))
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build-debug:
16
16
./configure --with-ofed=/usr --prefix=/usr \
17
17
--libdir=/usr/lib --includedir=/usr/include --sysconfdir=/etc \
18
18
--enable-opt-log=none --enable-debug ${configure_options}
19
- make
19
+ make ${make_opts}
20
20
cp -f src/core/.libs/libxlio.so libxlio-debug.so
21
21
make clean
22
22
You can’t perform that action at this time.
0 commit comments