Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Patch nodejs-mobile to specify NDK version #757

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

gmaclennan
Copy link
Member

Fixes failed builds if a later version of NDK is installed.
nodejs-mobile was not specifying which NDK version to use,
which caused it to use the latest installed version

Fixes failed builds if a later version of NDK is installed.
nodejs-mobile was not specifying which NDK version to use,
which caused it to use the latest installed version
@gmaclennan gmaclennan requested a review from achou11 September 30, 2021 16:36
Copy link
Member

@achou11 achou11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@gmaclennan
Copy link
Member Author

Looks like the build on Github is passing e2e tests (the issue before with NDK v22 was it built without error, but then the builds failed - the issue with NDK v23 is that they have removed "GNU binutils" which nodejs-mobile seems to depend on to build modules. I have no real idea about what these are!)

We should make a PR to nodejs-mobile-react-native to contribute back our changes:

  • Specify NDK version
  • Use prebuilt toolchain

I can do it one day when I have free time.

@gmaclennan gmaclennan merged commit a1e48df into develop Sep 30, 2021
@gmaclennan gmaclennan deleted the chore/nodejs-ndk-version branch September 30, 2021 16:41
gmaclennan added a commit that referenced this pull request Nov 23, 2021
…ject-invite-server

* commit '1aa1749aaf6e5a439234e9fedf7ff28d05cd0edb':
  chore: Add Husky to project (#755)
  chore: Fix small typo in translation description (#868)
  feat: Show alert after successfully importing config (#864)
  chore(release): Prepare release 5.3.2
  fix: Add missing Portuguese and Spanish translations
  chore(release): Prepare release 5.3.1
  fix: Do not surface Practice Mode in config details in settings (#852)
  fix: Enable navigation to Experiments screen (#853)
  fix: Do not surface Practice Mode in config details in settings (#852)
  fix: Enable navigation to Experiments screen (#853)
  feat: Add Create Project flow (#846)
  chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /src/backend (#753)
  feature: Add new translation strings (en) (#754)
  chore: Patch nodejs-mobile to specify NDK version (#757)
  Update contributing docs for NDK fix
  chore(release): Prepare release 5.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants