mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 21:10:30 +00:00
Meta: Use virtualization acceleration if available in CI runs
This commit is contained in:
parent
458ac9bbba
commit
0e35c50da3
Notes:
sideshowbarker
2024-07-18 11:03:17 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/0e35c50da34 Pull-request: https://github.com/SerenityOS/serenity/pull/7718 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/bgianfo Reviewed-by: https://github.com/linusg
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…
Reference in a new issue