support user.bazelrc
Signed-off-by: Joakim Ahrlin <joakim.ahrlin@gmail.com>
This commit is contained in:
parent
2c254545d7
commit
906f45beac
3
.bazelrc
3
.bazelrc
@ -2,3 +2,6 @@
|
|||||||
build --workspace_status_command hack/build/print-workspace-status.sh
|
build --workspace_status_command hack/build/print-workspace-status.sh
|
||||||
# Show timestamps with each bazel message
|
# Show timestamps with each bazel message
|
||||||
build --show_timestamps
|
build --show_timestamps
|
||||||
|
|
||||||
|
# import per-user options
|
||||||
|
try-import %workspace%/user.bazelrc
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ bazel-*
|
|||||||
_artifacts/
|
_artifacts/
|
||||||
/vendor/
|
/vendor/
|
||||||
bin/
|
bin/
|
||||||
|
user.bazelrc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user