Merge pull request #4845 from jahrlin/user-bazelrc

support user.bazelrc
This commit is contained in:
jetstack-bot 2022-02-11 10:27:01 +00:00 committed by GitHub
commit 3ffab472ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -14,3 +14,4 @@ bazel-*
_artifacts/
/vendor/
bin/
user.bazelrc