Skip to content

Commit 0aa1abb

Browse files
author
greweb
committed
fix: remove invalid -partition-size option from emulator
The -partition-size option is not valid for qemu-system-x86_64-headless. This was causing the emulator to fail to start with 'invalid option' error. Removed the problematic option while keeping other optimizations.
1 parent 03cf5ed commit 0aa1abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ jobs:
686686
arch: x86_64
687687
profile: pixel_3a
688688
force-avd-creation: false
689-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save -no-snapshot-load -memory 768 -cores 1 -qemu -enable-kvm -partition-size 1024 -no-snapshot -wipe-data
689+
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save -no-snapshot-load -memory 768 -cores 1 -qemu -enable-kvm -no-snapshot -wipe-data
690690
disable-animations: true
691691
emulator-boot-timeout: 900
692692
script: |

0 commit comments

Comments
 (0)