Skip to content
Snippets Groups Projects
Commit 0a60a9d1 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

qemu: use 1 virtual CPUs (-smp 1) for "make check"


It seems that Shippable CI does not like running QEMU with 4 virtual
cores (or maybe we have a bug), because "make check" hangs when QEMU
is started with -smp 4. Revert to 1 core by default.

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent 2a90dde4
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ ifneq ($(TIMEOUT),)
check-args += --timeout $(TIMEOUT)
endif
QEMU_SMP ?= 4
QEMU_SMP ?= 1
check: $(CHECK_DEPS)
cd $(BINARIES_PATH) && \
export QEMU=$(ROOT)/qemu/arm-softmmu/qemu-system-arm && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment