Skip to content

Commit 013ce7f

Browse files
committed
Update BCR presubmit (bazel-contrib#1259)
1 parent e83aa75 commit 013ce7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bcr/presubmit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
matrix:
22
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
3+
bazel: ["6.x", "7.x"]
34

45
tasks:
56
verify_targets:
67
name: "Verify build targets"
78
platform: ${{ platform }}
9+
bazel: ${{ bazel }}
810
build_targets:
9-
- "@rules_foreign_cc//toolchains:make_tool"
11+
- "@rules_foreign_cc//toolchains/private:make_tool"

0 commit comments

Comments
 (0)