We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b3885 commit 311ba90Copy full SHA for 311ba90
.bcr/presubmit.yml
@@ -1,9 +1,17 @@
1
matrix:
2
bazel: ["6.x", "7.x"]
3
tasks:
4
- verify_build_targets:
5
- name: Verify Build targets on macOS
+ verify_build_targets_bazel_6:
+ name: Verify Build targets on macOS with Bazel 6
6
platform: macos_arm64
7
- bazel: ${{ bazel }}
+ bazel: 6.x
8
build_targets:
9
- "@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