Update BCR presubmit (#1259)
This commit is contained in:
parent
6cc82e7528
commit
26536e4d83
|
@ -1,9 +1,11 @@
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
|
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
|
||||||
|
bazel: ["6.x", "7.x"]
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
verify_targets:
|
verify_targets:
|
||||||
name: "Verify build targets"
|
name: "Verify build targets"
|
||||||
platform: ${{ platform }}
|
platform: ${{ platform }}
|
||||||
|
bazel: ${{ bazel }}
|
||||||
build_targets:
|
build_targets:
|
||||||
- "@rules_foreign_cc//toolchains:make_tool"
|
- "@rules_foreign_cc//toolchains/private:make_tool"
|
||||||
|
|
Loading…
Reference in New Issue