Skip to content

Commit

Permalink
Disable builtin CC toolchain for BCR tests (bazelbuild#2377)
Browse files Browse the repository at this point in the history
BCR tests run outside our repo so toolchain ordering is wrong
  • Loading branch information
keith authored Jan 22, 2024
1 parent 76dfcde commit 695200e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ tasks:
platform: macos
test_targets:
- '@rules_apple//examples/macos/CommandLine:ExamplesBuildTest'
test_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 comments on commit 695200e

Please sign in to comment.