Skip to content

Commit 9926010

Browse files
authored
fix: remove BAZEL_NO_APPLE_CPP_TOOLCHAIN from .bazelrc (#15542)
1 parent 326b770 commit 9926010

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ build --experimental_downloader_config=bazel/downloader.cfg
4141
# frustrating when they fail and don't give any output. So, remove the limit.
4242
build --experimental_ui_max_stdouterr_bytes=-1
4343

44-
# TODO(#13311) - remove once gRPC works with Bazel v7 or when gRPC stops using
45-
# `apple_rules`.
46-
common:macos --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
47-
4844
# Inject ${GTEST_SHUFFLE} and ${GTEST_RANDOM_SEED} into the test environment
4945
# if they are set in the enclosing environment. This allows for running tests
5046
# in a random order to help expose undesirable interdependencies.

0 commit comments

Comments
 (0)