We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc77f02 commit e85bf8dCopy full SHA for e85bf8d
.bazelrc
@@ -1,6 +1,5 @@
1
-import .bazelrc.remote
2
-try-import .bazelrc.local
3
-try-import .bazelrc.windows.local
+try-import %workspace%/.bazelrc.local
+try-import %workspace%/.bazelrc.windows.local
4
5
# Enable bzlmod but without lockfile for a moment.
6
# Lockfile is a problem to check in at the moment
@@ -103,3 +102,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent --
103
102
build:release --config=remote
104
build:release --stamp
105
build:release --remote_download_outputs=toplevel
+
106
+# RBE
107
+import %workspace%/.bazelrc.remote
0 commit comments