-
Notifications
You must be signed in to change notification settings - Fork 291
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
Update Bazel to 0.29.0 #465
Merged
Merged
Conversation
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
yongtang
force-pushed
the
bazel-0.29.0
branch
from
September 7, 2019 00:34
b99089f
to
fc1f513
Compare
terrytangyuan
approved these changes
Sep 7, 2019
yongtang
force-pushed
the
bazel-0.29.0
branch
from
September 7, 2019 12:40
974cf54
to
70c6cfc
Compare
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 <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
…6.04 Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
…ve JDK 10) Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
… anymore Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
yongtang
force-pushed
the
bazel-0.29.0
branch
from
September 7, 2019 15:48
4272677
to
9b54d31
Compare
Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
This was referenced Sep 7, 2019
i-ony
pushed a commit
to i-ony/io
that referenced
this pull request
Feb 8, 2021
* 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 <[email protected]> * Update grpc/googleapis/etc Signed-off-by: Yong Tang <[email protected]> * Pin h5py==2.9.0 Signed-off-by: Yong Tang <[email protected]> * Fix bazel lint error Signed-off-by: Yong Tang <[email protected]> * Pin h5py==2.9.0 in bazel build, as h5py==2.10.0 is broken in ubuntu 16.04 Signed-off-by: Yong Tang <[email protected]> * Bump the OSX to osx10 on Travis CI, See emscripten-core/emscripten#5418 Signed-off-by: Yong Tang <[email protected]> * Switch to xcode 9.3, since ignite requires JDK 1.8 or 1.9 (xcode10 have JDK 10) Signed-off-by: Yong Tang <[email protected]> * Fix the import path issue in grpc Signed-off-by: Yong Tang <[email protected]> * Removed `python -m pip install -q grpcio-tools` as this is not needed anymore Signed-off-by: Yong Tang <[email protected]> * Build //tensorflow_io/core:all to create Travis CI Cache Signed-off-by: Yong Tang <[email protected]> * Fix nucleus build failure caused by bazel 0.29.0 Signed-off-by: Yong Tang <[email protected]> * Enable all builds Signed-off-by: Yong Tang <[email protected]> * Build //tensorflow_io/core:all to create Travis CI Cache Signed-off-by: Yong Tang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 [email protected]