Skip to content

Commit

Permalink
[bazel] Fix bazelrc loading from subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 22, 2024
1 parent dc77f02 commit e85bf8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import .bazelrc.remote
try-import .bazelrc.local
try-import .bazelrc.windows.local
try-import %workspace%/.bazelrc.local
try-import %workspace%/.bazelrc.windows.local

# Enable bzlmod but without lockfile for a moment.
# Lockfile is a problem to check in at the moment
Expand Down Expand Up @@ -103,3 +102,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent --
build:release --config=remote
build:release --stamp
build:release --remote_download_outputs=toplevel

# RBE
import %workspace%/.bazelrc.remote

0 comments on commit e85bf8d

Please sign in to comment.