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

Disable graph transforms library in windows pip packages. #7082

Merged
merged 1 commit into from
Jan 27, 2017
Merged

Disable graph transforms library in windows pip packages. #7082

merged 1 commit into from
Jan 27, 2017

Conversation

gunan
Copy link
Contributor

@gunan gunan commented Jan 25, 2017

No description provided.

] + tf_additional_lib_deps() + tf_additional_plugin_deps(),
] + if_not_windows([
"//tensorflow/tools/graph_transforms:transform_graph_lib",
] + tf_additional_lib_deps() + tf_additional_plugin_deps()
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing closing parenthesis for the if_not_windows() call?

@gunan
Copy link
Contributor Author

gunan commented Jan 26, 2017

Jenkins, test this please.

@gunan
Copy link
Contributor Author

gunan commented Jan 26, 2017

http://ci.tensorflow.org/job/tf-pr-win-bzl/1/ running bazel windows tests.

@gunan
Copy link
Contributor Author

gunan commented Jan 26, 2017

Build failed with:
http://ci.tensorflow.org/job/tf-pr-win-bzl/1/console

Will also do the same conditional include swig includes.

@gunan gunan added the awaiting review Pull request awaiting review label Jan 27, 2017
@gunan
Copy link
Contributor Author

gunan commented Jan 27, 2017

Jenkins, test this please.

@gunan
Copy link
Contributor Author

gunan commented Jan 27, 2017

all tests passed (android was failing before, now that is also passing.

@gunan gunan merged commit e60e724 into tensorflow:master Jan 27, 2017
@gunan gunan deleted the fix_win branch January 27, 2017 07:26
benoitsteiner pushed a commit to benoitsteiner/tensorflow that referenced this pull request Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants