commit | 5ade86dc9c83dab2db67deb32eec1380aa98659a | [log] [tgz] |
---|---|---|
author | Emil Kattainen <emilkattainen@gmail.com> | Tue Aug 30 07:51:18 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 30 07:52:39 2022 -0700 |
tree | cb400a80035219dc217acec28a5c096e38908e8e | |
parent | eecb344b1a2c861fcd29f2d467b7715db147e079 [diff] [blame] |
Make user.bazelrc relative to workspace root Closes #15688. PiperOrigin-RevId: 470988978 Change-Id: Ic4c0711bf28225912f7c7ba34f63c7e11b978398
diff --git a/.bazelrc b/.bazelrc index f3d08f6..20921ea 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -35,6 +35,6 @@ build --tool_java_language_version=11 # User-specific .bazelrc -try-import user.bazelrc +try-import %workspace%/user.bazelrc build:docs --workspace_status_command=scripts/docs/get_workspace_status.sh