Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build-android-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'
# Limit Metro workers to prevent OOM (each worker uses ~3GB)
METRO_MAX_WORKERS: '4'
# React Native 0.81's ReactAndroid/build.gradle.kts requests CMake 3.30.5
# via `System.getenv("CMAKE_VERSION") ?: "3.30.5"`. The self-hosted runner
# only ships CMake 3.22.1 in /opt/android-sdk/cmake/ and AGP cannot auto-
# download missing components, causing CXX1300. RN's CMakeLists.txt files
# only require >= 3.13, so 3.22.1 is fully sufficient.
CMAKE_VERSION: '3.22.1'
BRIDGE_USE_DEV_APIS: 'true'
RAMP_INTERNAL_BUILD: 'true'
Expand Down
3 changes: 3 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3526,6 +3526,9 @@ app:
- opts:
is_expand: false
NDK_VERSION: 26.1.10909125
- opts:
is_expand: false
CMAKE_VERSION: '3.22.1'
- opts:
is_expand: false
QA_APK_NAME: app-qa-release
Expand Down
Loading