Skip to content

Commit

Permalink
Update .bazelrc to disable new toolchain resolution style.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzojive committed Nov 20, 2022
1 parent 25ca0a3 commit 623a41b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Expand Up @@ -11,3 +11,8 @@ build:esp32 --cpu=xtensa

build:esp32 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain

# TODO(https://github.com/simonhorlick/bazel_esp32/issues/4):
# The way toolchain resolution works in this repo should be migrated per
# https://github.com/bazelbuild/bazel/issues/7260
build:esp32 --incompatible_enable_cc_toolchain_resolution=false
build --incompatible_enable_cc_toolchain_resolution=false

0 comments on commit 623a41b

Please sign in to comment.