forked from tensorflow/io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bazel to 0.29.0 (tensorflow#465)
* Update Bazel to 0.29.0 Tried Bazel 0.29.0 locally with Linux and it works. So create a PR to see if it works for macOS as well. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update grpc/googleapis/etc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Pin h5py==2.9.0 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix bazel lint error Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Pin h5py==2.9.0 in bazel build, as h5py==2.10.0 is broken in ubuntu 16.04 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Bump the OSX to osx10 on Travis CI, See emscripten-core/emscripten#5418 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Switch to xcode 9.3, since ignite requires JDK 1.8 or 1.9 (xcode10 have JDK 10) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix the import path issue in grpc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Removed `python -m pip install -q grpcio-tools` as this is not needed anymore Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Build //tensorflow_io/core:all to create Travis CI Cache Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix nucleus build failure caused by bazel 0.29.0 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Enable all builds Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Build //tensorflow_io/core:all to create Travis CI Cache Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
- Loading branch information
Showing
10 changed files
with
121 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -Naur a/bazel/python_rules.bzl b/bazel/python_rules.bzl | ||
--- a/bazel/python_rules.bzl 2019-09-06 22:12:25.994442366 +0000 | ||
+++ b/bazel/python_rules.bzl 2019-09-06 22:13:05.638367699 +0000 | ||
@@ -175,7 +175,7 @@ | ||
srcs = [ | ||
":{}".format(codegen_grpc_target), | ||
], | ||
- deps = [Label("//src/python/grpcio/grpc:grpcio")] + deps, | ||
+ #deps = [Label("//src/python/grpcio/grpc:grpcio")] + deps, | ||
**kwargs | ||
) | ||
|
Oops, something went wrong.