Skip to content

Commit

Permalink
Disable builtin CC toolchain for BCR tests (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron authored and nataliejameson committed Aug 13, 2024
1 parent 10dcdbb commit 7fccae3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
matrix:
bazel: ["6.x", "7.x"]
tasks:
verify_build_targets:
name: Verify Build targets on macOS
verify_build_targets_bazel_6:
name: Verify Build targets on macOS with Bazel 6
platform: macos_arm64
bazel: ${{ bazel }}
bazel: 6.x
build_targets:
- "@rules_ios//rules/..."
verify_build_targets_bazel_7:
name: Verify Build targets on macOS with Bazel 7
platform: macos_arm64
bazel: 7.x
build_targets:
- "@rules_ios//rules/..."
build_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 comments on commit 7fccae3

Please sign in to comment.