Skip to content

Commit

Permalink
Merge pull request #2122 from lromor/try-import-user-bazelrc
Browse files Browse the repository at this point in the history
bazel: add try-import .user.bazelrc for custom user configurations
  • Loading branch information
hzeller authored Mar 3, 2024
2 parents ea82176 + 8c461a8 commit 934ef5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ build:asan --copt -fno-omit-frame-pointer
build:asan --linkopt -fsanitize=address

build:create_static_linked_executables --linkopt=-fuse-ld=bfd --features=-supports_start_end_lib --//bazel:create_static_linked_executables

try-import %workspace%/user.bazelrc
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ verible_clang-tidy.out
# Local user config
.envrc
.direnv
user.bazelrc

0 comments on commit 934ef5c

Please sign in to comment.