-
Notifications
You must be signed in to change notification settings - Fork 74.7k
Unable to disable build of AWS, HDFS, Kafka and GCP #22819
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
Comments
Discussed offline. |
I think that any solution that is okay for you in term of complexity and allows us to disable should be good :) |
Thanks for that! |
@gunan Hello, I'm testing that on current master, my build command line does include |
…bility to disable them Fixes tensorflow#22819 PiperOrigin-RevId: 216931905
…bility to disable them Fixes tensorflow#22819 PiperOrigin-RevId: 216931905
…bility to disable them Fixes tensorflow#22819 PiperOrigin-RevId: 216931905
System information
Describe the problem
When building TensorFlow as a library (and in our case using
--config=monolithic
), we used to remove as much as possible of the not used features. Recently, this was removed from master in d56c298 for AWS, HDFS, Kafka and GCP.I understand that that having to deal with multiple optionnally-disabled features can be a huge burden for the future, but is it possible to have some way around ?
The text was updated successfully, but these errors were encountered: