Merge pull request #5966 from justinsb/bazel_workaround_for_new_tools_bazel_rc

Add suggested alias for bazelrc import location
This commit is contained in:
k8s-ci-robot 2018-10-18 11:00:06 -07:00 committed by GitHub
commit c33ac16c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

1
.bazelrc Normal file
View File

@ -0,0 +1 @@
import %workspace%/tools/bazel.rc

View File

@ -1 +1,6 @@
# TODO: Remove once we expect everyone is running bazel >= 0.18
# (This is the "legacy" location for bazel.rc)
# (See https://github.com/bazelbuild/bazel/issues/6319)
build --workspace_status_command=./tools/get_workspace_status.sh