We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62a9e8 commit 10bded3Copy full SHA for 10bded3
src/.bazelrc
@@ -33,3 +33,7 @@ build --test_env=DISPLAY
33
# Setup python bin/lib to point to our venv
34
build --action_env=PYTHON_BIN_PATH=/opt/tbotspython/bin/python3.12
35
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