!678 build: make check with -j

From: @yezengruan 
Reviewed-by: @aven6 
Signed-off-by: @aven6
This commit is contained in:
openeuler-ci-bot 2022-11-09 03:42:12 +00:00 committed by Gitee
commit abde44ce00
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: qemu
Version: 6.2.0
Release: 56
Release: 57
Epoch: 10
Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -670,7 +670,7 @@ done
%check
echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h
make %{?_smp_mflags} $buildldflags V=1
make check V=1
make check V=1 %{?_smp_mflags}
%pre
getent group kvm >/dev/null || groupadd -g 36 -r kvm
@ -856,6 +856,9 @@ getent passwd qemu >/dev/null || \
%endif
%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
- support rbd by adding --enable-rbd compilation option