-
Notifications
You must be signed in to change notification settings - Fork 25k
CI: use react-native-android:2020-6-4 docker image #29050
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
Conversation
59ef9a6 to
a8f764b
Compare
Base commit: abff021 |
|
|
|
The error circle-ci is experiencing now is: The Maybe the issue is connected to react-native/scripts/android-setup.sh Lines 67 to 77 in e1cfead
Thanks a lot |
|
I checkout out your branch head At the same time I run in another session Output without running All this commands are run after |
|
I've rebased on top of master. |
|
@dulmandakh let's update this per @hramos' comment, then we can merge other pending PRs that are waiting for this. Also, should we update the image to include NDK v21 based on discussion in #29013? |
|
I'll add NDK 21 on top of 20 to facilitate migration, and update this PR very soon. Thanks |
Summary: Pull Request resolved: facebook#30259 Before side-by-side NDK is supported by the Circle CI image, pending facebook#29050 & facebook#29987, this local.properties file forces Gradle to use the specified SDK/NDK path. We do this internally at FB CI as well. This addresses the following failure: https://app.circleci.com/pipelines/github/facebook/react-native/6851/workflows/9fd91d5d-3f05-4521-93fc-95abd5c84227/jobs/173735 Also, this fixed bad src copy for Buck-building: `//packages/react-native-codegen:setup_cli` Changelog: [Internal] Reviewed By: hramos Differential Revision: D24577333 fbshipit-source-id: 93f11c3e3a3f699415739d0760ee10909eb748ed
Summary
In react-native-community/docker-android@b9ea45f, we bumped Buck to 2020.05.14.01, NDK to 20.1.5948944.
Changelog
[Internal] [Changed] - CI: use react-native-android:2020-6-4 docker image, with Buck 2020.05.14.01 and Android NDK 20.1.5948944
Test Plan
CI must be green