Remove stale grpc module map workaround (#7083)

This commit is contained in:
2026-06-11 12:24:24 -07:00
committed by GitHub
parent 93b7301ee0
commit 0f03b77de4
-4
View File
@@ -46,10 +46,6 @@ common:macos --host_macos_minimum_os=10.15
# Use host_linkopt for macOS-specific flags to avoid passing them to Linux cross-compilation
common:macos --host_linkopt=-Wl,-no_warn_duplicate_libraries
# Workaround for grpc cf_event_engine build error on macOS with Bazel 7.x
# See: https://github.com/grpc/grpc/issues/37619
common:macos --features=-module_maps
# Pin default DEVELOPER_DIR so Apple repo rules use full Xcode instead of
# Command Line Tools when they are needed.
common:macos --repo_env=DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer