Match Ubuntu NDK (21) to aarch64/M1 (25 rc2) - #578
Draft
leotm wants to merge 17 commits into
Draft
Conversation
Spotted in https://github.com/leotm/react-native-template-new-architecture/runs/6261011482?check_suite_focus=true#step:7:62 Missed in #276 Use Groovy variable later
This reverts commit 4369806.
11 tasks
leotm
force-pushed
the
master
branch
2 times, most recently
from
October 30, 2025 21:36
0042906 to
53b71dc
Compare
leotm
force-pushed
the
master
branch
5 times, most recently
from
February 5, 2026 15:28
3351c06 to
5414885
Compare
leotm
force-pushed
the
master
branch
2 times, most recently
from
February 18, 2026 18:14
bf0c011 to
edd8214
Compare
leotm
force-pushed
the
master
branch
4 times, most recently
from
March 3, 2026 18:40
bd15b3d to
e13caf2
Compare
leotm
force-pushed
the
master
branch
2 times, most recently
from
July 17, 2026 22:11
8b0886e to
db68d84
Compare
leotm
force-pushed
the
master
branch
4 times, most recently
from
August 10, 2026 20:01
a81c71e to
a5c063d
Compare
leotm
force-pushed
the
master
branch
2 times, most recently
from
August 10, 2026 22:27
e11d580 to
801f229
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NDK 23 found (last 2 commits)
/usr/local/lib/android/sdk/ndk: 21.4.7075529, 22.1.7171670, 23.1.7779620NDK 25 rc2 downloaded, not found
Ubuntu defaulting
ANDROID_NDK_HOME:/usr/local/lib/android/sdk/ndk-bundle -> /usr/local/lib/android/sdk/ndk/21.4.7075529ANDROID_NDK_ROOT:/usr/local/lib/android/sdk/ndk-bundle -> /usr/local/lib/android/sdk/ndk/21.4.7075529Solutions
rm -rf /usr/local/lib/android/sdk/ndk-bundle- prevent side-by-side 21 detectionANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}, likely fail to find/usr/local/lib/android/sdk/ndk/25.x.xANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}should workcp -rf ${{ steps.setup-ndk.outputs.ndk-path }} /usr/local/lib/android/sdk/ndk/25.x.x- should work toocp -rf ${{ steps.setup-ndk.outputs.ndk-path }} /usr/local/lib/android/sdk/ndk-bundle- should work tooSpotted in https://github.com/leotm/react-native-template-new-architecture/runs/6261011482?check_suite_focus=true#step:7:62
Missed in #276
Use Groovy var later