Add fb_native_wrapper.bzl to fix Travis CI #843
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_fb_native_wrapper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I was implementing #842, I noticed that CI was failing, but it did not seem to be caused by my changes. As you can see in the build log (https://travis-ci.org/facebook/yoga/jobs/473825507#L1217), the build depends on a build script that is not in the repository. In
d02f4a94de
, @scottrice changed the build scripts to depend onfb_native_wrapper.bzl
without introducing that file into the repository.In this PR, I've introduced the bzl file, copied from the react-native project. Since it appears to only be a wrapper at this point, I'm assuming that this is the correct approach.
Thank you so much! Trying this out right now.
@davidaurelio has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@davidaurelio has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@davidaurelio has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
we have some internal hiccups around this file – I will have to do some work, but we will merge it.
Thanks for the feedback, let me know if there is anything I can do to help you :)
Thank you!. Nothing you can do – shipit was configured a bit too strictly. I am waiting for a re-deploy now, and then we should be able to get this one in.