Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Move bazel.rc to workspace root to support bazel-0.18.0"
This reverts commit a74a321. Bazel-0.18.0 is changing where it searches for .bazelrc files. Originally it was removing /tools/bazel.rc and only using /.bazelrc. This causes issues for gitignoring /.bazelrc and 0.18.0 has temporarily added tools/bazel.rc back to the list until 0.19. The long term solution is to use try-import but that statement is new in 0.18 and we are not going to bump TF's minimum right away. When 0.19 is out things will need to be changed back and the minimum bumped to 0.18. Fixes: tensorflow#22762 Fixes: tensorflow#22906 Signed-off-by: Jason Zaman <[email protected]>
- Loading branch information