Merge pull request #4845 from jahrlin/user-bazelrc
support user.bazelrc
This commit is contained in:
commit
3ffab472ce
3
.bazelrc
3
.bazelrc
@ -2,3 +2,6 @@
|
||||
build --workspace_status_command hack/build/print-workspace-status.sh
|
||||
# Show timestamps with each bazel message
|
||||
build --show_timestamps
|
||||
|
||||
# import per-user options
|
||||
try-import %workspace%/user.bazelrc
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ bazel-*
|
||||
_artifacts/
|
||||
/vendor/
|
||||
bin/
|
||||
user.bazelrc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user