Skip to content

Commit 6f2be02

Browse files
authored
Remove bazel 6.x only flags (#2678)
1 parent 9d48ae6 commit 6f2be02

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.bazelrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ build --worker_sandboxing=true
2828

2929
# Use llvm-cov instead of gcov (default).
3030
coverage --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

test/apple_shell_testutils.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)