Skip to content

Commit 172ca06

Browse files
authored
Switch to x86_64 Android emulator and remove custom options (#252)
* Bump disk and heap and switch to x86_64 * Add a custom AVD name * Default settings * Removed ADV name again
1 parent fdb03c2 commit 172ca06

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |
@@ -163,9 +163,8 @@ jobs:
163163
with:
164164
api-level: 29
165165
force-avd-creation: false
166-
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
167166
disable-animations: true
168-
arch: x86
167+
arch: x86_64
169168
ndk: ${{ env.NDK_VERSION }}
170169
cmake: 3.22.1
171170
working-directory: apps/test-app

0 commit comments

Comments
 (0)