build: make check with -j
Signed-off-by: yezengruan <yezengruan@huawei.com>
This commit is contained in:
parent
ca15a811d5
commit
c39a6c8586
@ -1,6 +1,6 @@
|
|||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 56
|
Release: 57
|
||||||
Epoch: 10
|
Epoch: 10
|
||||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||||
@ -670,7 +670,7 @@ done
|
|||||||
%check
|
%check
|
||||||
echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h
|
echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h
|
||||||
make %{?_smp_mflags} $buildldflags V=1
|
make %{?_smp_mflags} $buildldflags V=1
|
||||||
make check V=1
|
make check V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group kvm >/dev/null || groupadd -g 36 -r kvm
|
getent group kvm >/dev/null || groupadd -g 36 -r kvm
|
||||||
@ -856,6 +856,9 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-57
|
||||||
|
- build: make check with -j
|
||||||
|
|
||||||
* Mon Nov 07 2022 yuelongguang <yuelg@chinaunicom.cn> - 10:6.2.0-56
|
* Mon Nov 07 2022 yuelongguang <yuelg@chinaunicom.cn> - 10:6.2.0-56
|
||||||
- support rbd by adding --enable-rbd compilation option
|
- support rbd by adding --enable-rbd compilation option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user