Skip to content

Commit

Permalink
Disable builtin CC toolchain for BCR tests
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 committed Jan 22, 2024
1 parent 76dfcde commit d59fb87
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'
build_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 comments on commit d59fb87

Please sign in to comment.