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 633dc34 commit 3259d12Copy full SHA for 3259d12
1 file changed
.github/workflows/check.yml
@@ -129,8 +129,8 @@ jobs:
129
- run: npm ci
130
- run: npm run bootstrap
131
env:
132
- CMAKE_RN_TRIPLETS: i686-linux-android
133
- FERRIC_TARGETS: i686-linux-android
+ CMAKE_RN_TRIPLETS: x86_64-linux-android
+ FERRIC_TARGETS: x86_64-linux-android
134
- name: Clone patched Hermes version
135
shell: bash
136
run: |
@@ -165,7 +165,9 @@ jobs:
165
force-avd-creation: false
166
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
167
disable-animations: true
168
- arch: x86
+ arch: x86_64
169
+ disk-size: 6000M
170
+ heap-size: 600M
171
ndk: ${{ env.NDK_VERSION }}
172
cmake: 3.22.1
173
working-directory: apps/test-app
0 commit comments