Skip to content

Commit

Permalink
Update to Bazel 7
Browse files Browse the repository at this point in the history
Remove unnecessary toolchain configs.

Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob committed Dec 23, 2023
1 parent ae77cee commit 1a7bf97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ test --test_output=errors
# Use llvm-cov instead of gcov (default).
coverage --experimental_use_llvm_covmap

build --enable_platform_specific_config
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain

## REMOTE CACHE

# Do actions locally when it makes sense.
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.0
6 changes: 0 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ bazel_dep(

# - Load module extensions

apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
use_repo(
apple_cc_configure,
"local_config_apple_cc",
)

non_bzlmod_enabled_deps = use_extension("//tools:non_bzlmod_enabled_deps.bzl", "non_bzlmod_enabled_deps")
use_repo(
non_bzlmod_enabled_deps,
Expand Down

0 comments on commit 1a7bf97

Please sign in to comment.