Skip to content

Commit 10bded3

Browse files
authored
Put --incompatible_enable_cc_toolchain_resolution in bazelrc (UBC-Thunderbots#3383)
1 parent b62a9e8 commit 10bded3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.bazelrc

+4
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ build --test_env=DISPLAY
3333
# Setup python bin/lib to point to our venv
3434
build --action_env=PYTHON_BIN_PATH=/opt/tbotspython/bin/python3.12
3535
build --action_env=PYTHON_LIB_PATH=/opt/tbotspython/lib/python3.12
36+
37+
# Enable the new cc_toolchain resolution strategy
38+
# #TODO(#3382): Delete when we upgrade to Bazel 7.0
39+
build --incompatible_enable_cc_toolchain_resolution

0 commit comments

Comments
 (0)