We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f02650 commit c2f6b06Copy full SHA for c2f6b06
.github/workflows/_android.yml
@@ -61,7 +61,6 @@ jobs:
61
run-emulator:
62
# NB: Use metal install for KVM support to run the emulator faster
63
runs-on: linux.24xl.spr-metal
64
- needs: build-llm-demo
65
env:
66
ANDROID_NDK_VERSION: r27b
67
API_LEVEL: 34
@@ -135,6 +134,6 @@ jobs:
135
134
heap-size: 12288M
136
force-avd-creation: false
137
disable-animations: true
138
- emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -memory 12000 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
139
# This is to make sure that the job doesn't fail flakily
140
emulator-boot-timeout: 900
0 commit comments