Uh oh!
There was an error while loading. Please reload this page.
Fix Travis podspec CI for Cxx bridge - #14100
Conversation
javache
commented
May 23, 2017
The build is stalling in untarring boost, which is also what I saw on my local machine when running this script. |
121d10d to
3ca7446Compare| spec.summary = 'Google logging module' | ||
| spec.authors = 'Google' | ||
| # Keep in sync with ios-configure-glog.sh |
There was a problem hiding this comment.
Not sure you want to do this, but just to put the idea out there -- since this file is just Ruby code, it can read from ios-configure-glog.sh or some other shared file so that the two don't need to manually be kept in sync.
There was a problem hiding this comment.
Yeah, I considered that. I guess if people install them through NPM we should have the same file available locally, but cocoapod's linting procedure may not copy these files over. I'll give it a try.
javache
commented
Jul 1, 2017
Podspec run passes! https://travis-ci.org/facebook/react-native/jobs/248978123 |
c65c8fb to
0f2d052Comparefacebook-github-bot
commented
Jul 7, 2017
@javache has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Fixed the test script to properly setup our third-party deps and tweaked the third-party specs a bit so they work correctly. This currently works for projects using static libraries, but fails when using dynamic libraries (`--use-libraries`) cc mhorowitz alloy Closes#14100 Differential Revision: D5380728 Pulled By: javache fbshipit-source-id: e78b6bd4466ebf2bf30b7e361eff10ec14b36a55
Fixed the test script to properly setup our third-party deps and tweaked the third-party specs a bit so they work correctly.
This currently works for projects using static libraries, but fails when using dynamic libraries (
--use-libraries)cc @mhorowitz@alloy