Meta: Use virtualization acceleration if available in CI runs

This commit is contained in:
Idan Horowitz 2021-06-03 03:20:01 +03:00 committed by Linus Groh
parent 458ac9bbba
commit 0e35c50da3

View file

@ -217,6 +217,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
echo "Running QEMU in CI"
"$SERENITY_QEMU_BIN" \
$SERENITY_EXTRA_QEMU_ARGS \
$SERENITY_VIRT_TECH_ARG \
-m $SERENITY_RAM_SIZE \
-cpu $SERENITY_QEMU_CPU \
-d guest_errors \