Skip to content

Commit e85bf8d

Browse files
committed
[bazel] Fix bazelrc loading from subdirectories
1 parent dc77f02 commit e85bf8d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.bazelrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import .bazelrc.remote
2-
try-import .bazelrc.local
3-
try-import .bazelrc.windows.local
1+
try-import %workspace%/.bazelrc.local
2+
try-import %workspace%/.bazelrc.windows.local
43

54
# Enable bzlmod but without lockfile for a moment.
65
# 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 --
103102
build:release --config=remote
104103
build:release --stamp
105104
build:release --remote_download_outputs=toplevel
105+
106+
# RBE
107+
import %workspace%/.bazelrc.remote

0 commit comments

Comments
 (0)