mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Meta: Use virtualization acceleration if available in CI runs
This commit is contained in:
parent
458ac9bbba
commit
0e35c50da3
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue