Skip to content
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

systemlibs: Unbundle protobuf #24004

Merged
merged 1 commit into from
Dec 5, 2018

Conversation

perfinion
Copy link
Member

Use system_link_files for protobuf.bzl. The protobuf.bzl file is taken
verbatim from the protobuf repo. This version of protobuf.bzl will only
be used when opting into using the system version of protobuf and is off
by default.

Signed-off-by: Jason Zaman jason@perfinion.com

I've had this patch in the Gentoo package for TF for the last several versions and not had any issues reported.
@gunan @angersson for review

@perfinion perfinion self-assigned this Nov 27, 2018
@perfinion perfinion added the kokoro:force-run Tests on submitted change label Nov 27, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Nov 27, 2018
angerson
angerson previously approved these changes Nov 28, 2018
Copy link
Contributor

@angerson angerson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Knowing that this has been in Gentoo is very reassuring. Thanks for mentioning that.

I took a cursory look at the changes, but I'm not familiar with any of the protobuf code they modify, so I can't say much aside from "it's looks good as long as it works". It'll be nice to have in, especially considering it doesn't change the default behavior. @gunan, can you also take a look at this?

I'm assuming our automated internal linter will request some stylistic changes, just as a heads-up.

Use system_link_files for protobuf.bzl. The protobuf.bzl file is taken
verbatim from the protobuf repo. This version of protobuf.bzl will only
be used when opting into using the system version of protobuf and is off
by default.

Signed-off-by: Jason Zaman <jason@perfinion.com>
@gunan gunan assigned angerson and unassigned perfinion Dec 5, 2018
@angerson angerson added the ready to pull PR ready for merge process label Dec 5, 2018
@tensorflow-copybara tensorflow-copybara merged commit d6decf3 into tensorflow:master Dec 5, 2018
tensorflow-copybara pushed a commit that referenced this pull request Dec 5, 2018
PiperOrigin-RevId: 224213775
@angerson
Copy link
Contributor

angerson commented Dec 5, 2018

Cool, it got merged without any problems. Thanks!

@perfinion perfinion deleted the protobuf branch January 6, 2019 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes ready to pull PR ready for merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants