-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TensorBoard doesn’t build with Bazel 0.25.0 #2181
Labels
Comments
It looks like rules_webtesting has had failing builds on Travis for its master branch for at least a month due to build errors like this: https://travis-ci.org/bazelbuild/rules_webtesting/builds/517398510 <-- latest build at master, 24 days ago |
wchargin
added a commit
that referenced
this issue
May 17, 2019
Summary: Fixes #2181. Thankfully, the `rules_webtesting` scene has gotten a bit saner, requiring fewer explicitly defined transitive dependencies, though it looks like the ones that we do have need to be manually kept in sync (e.g., `bazel_skylib`). Test Plan: Running `bazel build //...` and `bazel test //...` works in Bazel 0.25.2 in both Python 2 and Python 3. wchargin-branch: bazel-0.25
wchargin
added a commit
that referenced
this issue
May 18, 2019
Summary: Fixes #2181. Thankfully, the `rules_webtesting` scene has gotten a bit saner, requiring fewer explicitly defined transitive dependencies, though it looks like the ones that we do have need to be manually kept in sync (e.g., `bazel_skylib`). Test Plan: Running `bazel build //...` and `bazel test //...` works in Bazel 0.25.2 in both Python 2 and Python 3. wchargin-branch: bazel-0.25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New incompatible flags:
But an error even when flipping those:
Confirmed still fine with Bazel 0.24.1.
The text was updated successfully, but these errors were encountered: