Connect ReactNativeDependencies with ios jobs#49978
Connect ReactNativeDependencies with ios jobs#49978cipolleschi wants to merge 6 commits intofacebook:mainfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
b0422d4 to
beafde0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
beafde0 to
a5ae7b8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
a5ae7b8 to
1643676
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
1643676 to
139c73d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
139c73d to
6f470c1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
6f470c1 to
8ef3e24
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
8ef3e24 to
ee576d9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
ee576d9 to
81e3c00
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
0255370 to
fe5e701
Compare
…e folly flags (facebook#49969) Summary: Pull Request resolved: facebook#49969 Improved RCT-Folly podspec by configuring it as a prepare step, so that we don't need to forward the folly flags to all the others pods and to 3rd party dependencies. ## Changelog: [INTERNAL] - Configure folly in a prepare step Pull Request resolved: facebook#49812 Test Plan: ✅ Run Rn-Tester and verify that it works as expected both building deps from source and using prebuilt tarballs ✅ Add third-party library (react-native-reanimated) and perform the same tests to verify that it works with the changed podspec and utilities Differential Revision: D71032640 Reviewed By: javache Pulled By: javache
…ok#49812) Summary: There are two environment variables that is related to ReactNativeDependencies: - `RCT_USE_DEP_PREBUILD `: If set to 1, ReactNativeDependencies will be built from source. - `RCT_DEPS_VERSION`: If set to 1, it will override the version of ReactNativeDependencies to be used. bypass-github-export-checks ## Changelog: [INTERNAL] - Introduced functions to configure ReactNativeDependencies in Cocoapods Pull Request resolved: facebook#49812 Test Plan: ✅ Run Rn-Tester and verify that it works as expected both building deps from source and using prebuilt tarballs ✅ Add third-party library (react-native-reanimated) and perform the same tests to verify that it works with the changed podspec and utilities Differential Revision: D70968672 Reviewed By: javache Pulled By: javache
…cies.podspec (facebook#49971) Summary: Pull Request resolved: facebook#49971 Updated the Cocoapods infrastructure to use the new the `ReactNativeDependencies.podspec` ## Changelog: [INTERNAL] - Configured the Cocoapods infra to use the new `ReactNativeDependencies.podspec` Test Plan: ✅ Run Rn-Tester and verify that it works as expected both building deps from source and using prebuilt tarballs ✅ Add third-party library (react-native-reanimated) and perform the same tests to verify that it works with the changed podspec and utilities Differential Revision: D71032638 Reviewed By: javache, cortinico
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
fe5e701 to
289b22b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
289b22b to
9551b05
Compare
…ce (facebook#49968) Summary: Pull Request resolved: facebook#49968 Updates all the core podspec to use the new `ReactNativeDependencies` podspec ## Changelog: [INTERNAL] - Updates Modules in core to use the new dependencies. Test Plan: ✅ Run Rn-Tester and verify that it works as expected both building deps from source and using prebuilt tarballs ✅ Add third-party library (react-native-reanimated) and perform the same tests to verify that it works with the changed podspec and utilities Differential Revision: D71032639 Reviewed By: cortinico Pulled By: cortinico
) Summary: Pull Request resolved: facebook#49970 This change add supports to pass a tarball from a local file to the ReactNativeDependencies podspec, so that we can build React Native using a local copy or the RNDependencies and we can use it also in CI. ## Changelog: [INTERNAL] - Add support for local tarballs Differential Revision: D71032641
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
9551b05 to
f93d516
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
f93d516 to
0b3e406
Compare
Summary: Pull Request resolved: facebook#49978 This change connects the RNDependencies we prebuild in CI with the other iOS jobs we have. By doing so, we aim to speed up the build time in CI, saving time and money. ## Changelog: [Internal] - Connect the ReactNativeDependencies in CI Differential Revision: D71034587 Reviewed By: cortinico
Summary: Pull Request resolved: facebook#49978 This change connects the RNDependencies we prebuild in CI with the other iOS jobs we have. By doing so, we aim to speed up the build time in CI, saving time and money. ## Changelog: [Internal] - Connect the ReactNativeDependencies in CI Reviewed By: cortinico Differential Revision: D71034587
|
This pull request was exported from Phabricator. Differential Revision: D71034587 |
0b3e406 to
fc214d2
Compare
|
This pull request has been merged in b8ab4c8. |
Summary:
This change connects the RNDependencies we prebuild in CI with the other iOS jobs we have.
By doing so, we aim to speed up the build time in CI, saving time and money.
Changelog:
[Internal] - Connect the ReactNativeDependencies in CI
Differential Revision: D71034587