From 3a7936a3f89d40fe052d6e642668a1ed2095162f Mon Sep 17 00:00:00 2001 From: Tiago Quelhas Date: Fri, 24 Feb 2023 20:04:50 +0100 Subject: [PATCH] Add --incompatible_strict_conflict_checks to .bazelrc. To prevent backsliding. See https://github.com/bazelbuild/bazel/issues/16729 for context. --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 58de6f23f..64a5c9c86 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 --experimental_strict_conflict_checks + # https://github.com/bazelbuild/stardoc/issues/112 common --incompatible_allow_tags_propagation