File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 80
80
# Running Android emulator directly on the runner and not using Docker
81
81
run-emulator :
82
82
needs : build-llm-demo
83
- runs-on : amz2023.linux.4xlarge
83
+ # NB: Use metal install for KVM support to run the emulator faster
84
+ runs-on : linux.24xl.spr-metal
84
85
env :
85
86
ANDROID_NDK_VERSION : r26c
86
87
API_LEVEL : 34
@@ -128,9 +129,6 @@ jobs:
128
129
uses : reactivecircus/android-emulator-runner@v2
129
130
with :
130
131
api-level : ${{ env.API_LEVEL }}
131
- # NB: x86_64 emulator is slow because the lack of KVM support on AWS, it
132
- # seems that we can use metal instance for that but it hasn't been tried
133
- # out yet. Also arm64-v8a arch requires an ARM runner
134
132
arch : x86_64
135
133
script : ./build/run_android_emulator.sh
136
134
# NB: This is to boot the emulator faster following the instructions on
You can’t perform that action at this time.
0 commit comments