mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
test: bump QEMU_SMP to 4 when running under ASan/UBSan
This commit is contained in:
parent
670bec2b07
commit
5b2172ee50
@ -53,6 +53,7 @@ if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then
|
||||
SKIP_INITRD=yes
|
||||
PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan
|
||||
QEMU_MEM="1536M"
|
||||
QEMU_SMP=4
|
||||
fi
|
||||
|
||||
function find_qemu_bin() {
|
||||
|
Loading…
Reference in New Issue
Block a user