Skip to content

Commit 1074acd

Browse files
committed
try different qemu engine
1 parent 4323abd commit 1074acd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,15 @@ jobs:
6767
arch: arm64-v8a
6868
working-directory: dargon2_flutter/dargon2_flutter/example
6969
script: flutter test integration_test/
70+
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim --engine qemu2
7071
pre-emulator-launch-script: |
7172
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64-headless
7273
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64
7374
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel-headless
7475
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel
7576
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
7677
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/emulator
77-
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
78-
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
79-
ls -lah /Users/runner/.android/avd/
78+
find /Users/runner/Library/Android/sdk/emulator | grep emu
8079
8180
# test_ios:
8281
# runs-on: macos-14

0 commit comments

Comments
 (0)