1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

Meta: Don't reboot on triple-fault in CI mode

Instead, just make QEMU quit immediately.
This commit is contained in:
Ali Mohammad Pur 2021-07-26 00:12:18 +04:30 committed by Ali Mohammad Pur
parent 6a537ceef1
commit 466e2a2fb7

View file

@ -255,6 +255,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
-m $SERENITY_RAM_SIZE \ -m $SERENITY_RAM_SIZE \
-cpu $SERENITY_QEMU_CPU \ -cpu $SERENITY_QEMU_CPU \
-d guest_errors \ -d guest_errors \
-no-reboot \
-smp 2 \ -smp 2 \
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk \ -drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk \
-device ich9-ahci \ -device ich9-ahci \