Skip to content

Commit

Permalink
Add --incompatible_strict_conflict_checks to .bazelrc.
Browse files Browse the repository at this point in the history
To prevent backsliding. See bazelbuild/bazel#16729 for context.
  • Loading branch information
tjgq committed Feb 24, 2023
1 parent 75d208a commit e3e74a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# NOTE: These are mainly just for the BazelCI setup so they don't have
# to be repeated multiple times in .bazelci/presubmit.yml.

# https://github.com/bazelbuild/bazel/issues/16729
build --incompatible_strict_conflict_checks

# https://github.com/bazelbuild/stardoc/issues/112
common --incompatible_allow_tags_propagation

Expand Down

0 comments on commit e3e74a1

Please sign in to comment.