Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move bazel.rc to workspace root to support bazel-0.17.0
Bazel 0.17.0 will contain a change for which rc files it accepts. bazelbuild/bazel@ec83598 bazelbuild/bazel#4502 Old bazel used to read %workspace%/tools/bazel.rc. New bazel will not read that and instead will only read %workspace%/.bazelrc. Signed-off-by: Jason Zaman <[email protected]>
- Loading branch information