File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,3 @@ build --worker_sandboxing=true
2828
2929# Use llvm-cov instead of gcov (default).
3030coverage --experimental_use_llvm_covmap
31-
32- build --enable_platform_specific_config
33- build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
34- build:macos --crosstool_top=@local_config_apple_cc//:toolchain
35- build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
Original file line number Diff line number Diff line change @@ -469,9 +469,6 @@ function do_action() {
469469 # Used so that if there's a single configuration transition, its output
470470 # directory gets mapped into the bazel-bin symlink.
471471 " --use_top_level_targets_for_symlinks"
472- " --apple_crosstool_top=@local_config_apple_cc//:toolchain"
473- " --crosstool_top=@local_config_apple_cc//:toolchain"
474- " --host_crosstool_top=@local_config_apple_cc//:toolchain"
475472 " --enable_bzlmod"
476473 " --ios_simulator_device=iPhone 16"
477474 )
You can’t perform that action at this time.
0 commit comments