Skip to content

Commit

Permalink
build: fix bazelrc (envoyproxy#8980)
Browse files Browse the repository at this point in the history
Add workspace prefix so invoking from subdirectories are also using those bazelrc from workspace root.

Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored and htuch committed Nov 12, 2019
1 parent bef44ab commit 74e1927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ build:asan-fuzzer --copt=-fsanitize=fuzzer-no-link
# Remove UBSAN halt_on_error to avoid crashing on protobuf errors.
build:asan-fuzzer --test_env=UBSAN_OPTIONS=print_stacktrace=1

try-import clang.bazelrc
try-import user.bazelrc
try-import %workspace%/clang.bazelrc
try-import %workspace%/user.bazelrc

0 comments on commit 74e1927

Please sign in to comment.