Introduce a build_android step#38848
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
453aa3f to
9939cf8
Compare
9939cf8 to
c04f956
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
Base commit: e2ef6b9 |
|
This pull request was successfully merged by @cortinico in c04f956038f08fd7c3df1e560bafb152b30ca08d. When will my fix make it into a release? | Upcoming Releases |
d024b05 to
f3c773e
Compare
f877af9 to
3bf8c12
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
3bf8c12 to
7dbbb33
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
7dbbb33 to
36e0eb2
Compare
Summary: Pull Request resolved: facebook#38848 In order to parallelize the Android CI, I've moved most of the building to a `build_android` step which executes before the `build_npm_package` step. As currently, building Hermes for Android is on the critical path, this should reduce much of the execution time on CI. Changelog: [Internal] [Changed] - Introduce a build_android step Reviewed By: mdvacca Differential Revision: D48148418 fbshipit-source-id: 647d6e299991fe443134081c8a149962223c308a
|
This pull request was exported from Phabricator. Differential Revision: D48148418 |
36e0eb2 to
481e24a
Compare
Summary:
In order to parallelize the Android CI, I've moved most of the building to a
build_androidstep which executes before thebuild_npm_packagestep.As currently, building Hermes for Android is on the critical path, this should reduce much of the execution time on CI.
Changelog:
[Internal] [Changed] - Introduce a build_android step
Differential Revision: D48148418