Skip to content

Commit 0919507

Browse files
authored
Disable builtin C++ toolchain in BCR presubmit (#1146)
Now that the BCR uses bzlmod the builtin toolchain is preferred which doesn't work for us. This wouldn't be an issue if the tests in the bcr ran within this repo
1 parent 02c6c1c commit 0919507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ tasks:
2626
platform: macos
2727
build_targets:
2828
- "@rules_swift//examples/apple/..."
29+
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 commit comments

Comments
 (0)