File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ jobs:
129129 - run : npm ci
130130 - run : npm run bootstrap
131131 env :
132- CMAKE_RN_TRIPLETS : i686 -linux-android
133- FERRIC_TARGETS : i686 -linux-android
132+ CMAKE_RN_TRIPLETS : x86_64 -linux-android
133+ FERRIC_TARGETS : x86_64 -linux-android
134134 - name : Clone patched Hermes version
135135 shell : bash
136136 run : |
@@ -165,7 +165,9 @@ jobs:
165165 force-avd-creation : false
166166 emulator-options : -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
167167 disable-animations : true
168- arch : x86
168+ arch : x86_64
169+ disk-size : 6000M
170+ heap-size : 600M
169171 ndk : ${{ env.NDK_VERSION }}
170172 cmake : 3.22.1
171173 working-directory : apps/test-app
You can’t perform that action at this time.
0 commit comments