From 93fd70ca6d8be8243f1ef5ba73d32df8b83f8950 Mon Sep 17 00:00:00 2001 From: Gowroji Sunil Date: Thu, 21 Dec 2023 23:27:04 +0530 Subject: [PATCH] Removing --experimental_strict_conflict_checks flag (#2336) Removing --experimental_strict_conflict_checks as flag was deleted from Bazel@HEAD: https://github.com/bazelbuild/bazel/commit/febfa54dbe62d719ad6dbbfdd12bd6f8c0923b7a Fixes : https://github.com/bazelbuild/rules_apple/issues/2337 --- .bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 44e77dbe46..35bc3c8c8f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,9 +1,6 @@ # 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