Skip to content

Commit 311ba90

Browse files
authored
Disable builtin CC toolchain for BCR tests (#868)
Similar to bazelbuild/rules_apple#2377, see: bazelbuild/bazel-central-registry#1842
1 parent a7b3885 commit 311ba90

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.bcr/presubmit.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
matrix:
22
bazel: ["6.x", "7.x"]
33
tasks:
4-
verify_build_targets:
5-
name: Verify Build targets on macOS
4+
verify_build_targets_bazel_6:
5+
name: Verify Build targets on macOS with Bazel 6
66
platform: macos_arm64
7-
bazel: ${{ bazel }}
7+
bazel: 6.x
88
build_targets:
99
- "@rules_ios//rules/..."
10+
verify_build_targets_bazel_7:
11+
name: Verify Build targets on macOS with Bazel 7
12+
platform: macos_arm64
13+
bazel: 7.x
14+
build_targets:
15+
- "@rules_ios//rules/..."
16+
build_flags:
17+
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

0 commit comments

Comments
 (0)