Skip to content

Commit

Permalink
Disable builtin C++ toolchain in BCR presubmit (#1146)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
keith authored Jan 9, 2024
1 parent 02c6c1c commit 0919507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tasks:
platform: macos
build_targets:
- "@rules_swift//examples/apple/..."
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 comments on commit 0919507

Please sign in to comment.