Skip to content

Commit

Permalink
Put --incompatible_enable_cc_toolchain_resolution in bazelrc (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarune authored Oct 24, 2024
1 parent b62a9e8 commit 10bded3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ build --test_env=DISPLAY
# Setup python bin/lib to point to our venv
build --action_env=PYTHON_BIN_PATH=/opt/tbotspython/bin/python3.12
build --action_env=PYTHON_LIB_PATH=/opt/tbotspython/lib/python3.12

# Enable the new cc_toolchain resolution strategy
# #TODO(#3382): Delete when we upgrade to Bazel 7.0
build --incompatible_enable_cc_toolchain_resolution

0 comments on commit 10bded3

Please sign in to comment.