Skip to content

Commit

Permalink
bazel: import .bazelrc.user only after the defaults
Browse files Browse the repository at this point in the history
It's closer to what folks would expect with per-user overrides.

Release note: None
  • Loading branch information
irfansharif authored and RajivTS committed Mar 6, 2022
1 parent 6126d90 commit d19063f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
try-import %workspace%/.bazelrc.user

build --define gotags=bazel,gss
build --experimental_proto_descriptor_sets_include_source_info
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
Expand Down Expand Up @@ -51,4 +49,7 @@ build:dev --action_env=PATH
build:dev --host_action_env=PATH

build:nonogo --define cockroach_nonogo=y

try-import %workspace%/.bazelrc.user

# vi: ft=sh

0 comments on commit d19063f

Please sign in to comment.